#99E1F9

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

Shades of Columbia Blue #99E1F9

Tints of Columbia Blue #99E1F9

Color information

#99E1F9 (or 0x99E1F9) is unknown color: approx Columbia Blue. HEX triplet: 99, E1 and F9. RGB value is (153,225,249). Sum of RGB (Red+Green+Blue) = 153+225+249=627 (83% of max value = 765). Red value is 153 (60.16% from 255 or 24.40% from 627); Green value is 225 (88.28% from 255 or 35.89% from 627); Blue value is 249 (97.66% from 255 or 39.71% from 627); Max value from RGB is 249 - color contains mainly: blue. Hex color #99E1F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99E1F9 is #661E06. Grayscale: #CECECE. Windows color (decimal): -6692359 or 16376217. OLE color: 16376217.

HSL color Cylindrical-coordinate representation of color #99E1F9: hue angle of 195º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99E1F9 is Cyan = 0.39, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB153225249-
CMYK0.390.1000.02
HSL195º88.89%78.82%-
HSV(B)195º38.55%97.65%-
XYZ57.1667.4699.63-
YUV206.21152.1590.05-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 24.40%
GREEN value IS 225 (88.28% from 255) = 35.89%
BLUE value IS 249 (97.66% from 255) = 39.71%
R=24.40%
G=35.89%
B=39.71%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1532252490.390.1000.0219588.8978.82
Hex99E1F927A02c3594f
Octal231341371471202303131117
Binary10011001111000011111100110011110100101100001110110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99E1F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99E1F9; }

 p { color: rgb(153,225,249); }

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

<style>
 a { background-color: #99E1F9; }

 a { background-color: rgb(153,225,249); }

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

<style>
 span { border-color: #99E1F9; }

 span { border-color: rgb(153,225,249); }

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