#98E5FF

Color #98E5FF Columbia Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Columbia Blue #98E5FF

Tints of Columbia Blue #98E5FF

Color information

#98E5FF (or 0x98E5FF) is unknown color: approx Columbia Blue. HEX triplet: 98, E5 and FF. RGB value is (152,229,255). Sum of RGB (Red+Green+Blue) = 152+229+255=636 (84% of max value = 765). Red value is 152 (59.77% from 255 or 23.90% from 636); Green value is 229 (89.84% from 255 or 36.01% from 636); Blue value is 255 (100% from 255 or 40.09% from 636); Max value from RGB is 255 - color contains mainly: blue. Hex color #98E5FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98E5FF is #671A00. Grayscale: #D0D0D0. Windows color (decimal): -6756865 or 16770456. OLE color: 16770456.

HSL color Cylindrical-coordinate representation of color #98E5FF: hue angle of 195.15º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #98E5FF is Cyan = 0.40, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB152229255-
CMYK0.400.1000
HSL195.15º100%79.8%-
HSV(B)195.15º40.39%100%-
XYZ59.0269.93105-
YUV208.94153.9987.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 152 (59.77% from 255) = 23.90%
GREEN value IS 229 (89.84% from 255) = 36.01%
BLUE value IS 255 (100% from 255) = 40.09%
R=23.90%
G=36.01%
B=40.09%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1522292550.400.1000195.1510079.8
Hex98E5FF28A00c36450
Octal230345377501200303144120
Binary1001100011100101111111111010001010001100001111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98E5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98E5FF; }

 p { color: rgb(152,229,255); }

 H1.HeaderClassName
 {
   color: #98E5FF;
 }
 .AnyTagClassName
 {
   color: #98E5FF;
 }
</style>
background-color css

<style>
 a { background-color: #98E5FF; }

 a { background-color: rgb(152,229,255); }

 div.DivClassName
 {
   background-color: #98E5FF;
 }
 .BgClassName
 {
   background-color: #98E5FF;
 }
</style>
border-color css

<style>
 span { border-color: #98E5FF; }

 span { border-color: rgb(152,229,255); }

 td.TdClassName
 {
   border-color: #98E5FF;
 }
 .TagClassName
 {
   border-color: #98E5FF;
 }
</style>