#99DEF8

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

Shades of Columbia Blue #99DEF8

Tints of Columbia Blue #99DEF8

Color information

#99DEF8 (or 0x99DEF8) is unknown color: approx Columbia Blue. HEX triplet: 99, DE and F8. RGB value is (153,222,248). Sum of RGB (Red+Green+Blue) = 153+222+248=623 (82% of max value = 765). Red value is 153 (60.16% from 255 or 24.56% from 623); Green value is 222 (87.11% from 255 or 35.63% from 623); Blue value is 248 (97.27% from 255 or 39.81% from 623); Max value from RGB is 248 - color contains mainly: blue. Hex color #99DEF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99DEF8 is #662107. Grayscale: #CCCCCC. Windows color (decimal): -6693128 or 16309913. OLE color: 16309913.

HSL color Cylindrical-coordinate representation of color #99DEF8: hue angle of 196.42º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #99DEF8 is Cyan = 0.38, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB153222248-
CMYK0.380.1000.03
HSL196.42º87.16%78.63%-
HSV(B)196.42º38.31%97.25%-
XYZ56.265.7998.54-
YUV204.33152.6491.39-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 24.56%
GREEN value IS 222 (87.11% from 255) = 35.63%
BLUE value IS 248 (97.27% from 255) = 39.81%
R=24.56%
G=35.63%
B=39.81%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1532222480.380.1000.03196.4287.1678.63
Hex99DEF826A03c4574f
Octal231336370461203304127117
Binary10011001110111101111100010011010100111100010010101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DEF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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