#99DEF9

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

Shades of Columbia Blue #99DEF9

Tints of Columbia Blue #99DEF9

Color information

#99DEF9 (or 0x99DEF9) is unknown color: approx Columbia Blue. HEX triplet: 99, DE and F9. RGB value is (153,222,249). Sum of RGB (Red+Green+Blue) = 153+222+249=624 (82% of max value = 765). Red value is 153 (60.16% from 255 or 24.52% from 624); Green value is 222 (87.11% from 255 or 35.58% from 624); Blue value is 249 (97.66% from 255 or 39.90% from 624); Max value from RGB is 249 - color contains mainly: blue. Hex color #99DEF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99DEF9 is #662106. Grayscale: #CCCCCC. Windows color (decimal): -6693127 or 16375449. OLE color: 16375449.

HSL color Cylindrical-coordinate representation of color #99DEF9: hue angle of 196.88º 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 #99DEF9 is Cyan = 0.39, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB153222249-
CMYK0.390.1100.02
HSL196.88º88.89%78.82%-
HSV(B)196.88º38.55%97.65%-
XYZ56.3665.8599.36-
YUV204.45153.1491.3-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 24.52%
GREEN value IS 222 (87.11% from 255) = 35.58%
BLUE value IS 249 (97.66% from 255) = 39.90%
R=24.52%
G=35.58%
B=39.90%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1532222490.390.1100.02196.8888.8978.82
Hex99DEF927B02c5594f
Octal231336371471302305131117
Binary10011001110111101111100110011110110101100010110110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DEF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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