#99DEF6

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

Shades of Columbia Blue #99DEF6

Tints of Columbia Blue #99DEF6

Color information

#99DEF6 (or 0x99DEF6) is unknown color: approx Columbia Blue. HEX triplet: 99, DE and F6. RGB value is (153,222,246). Sum of RGB (Red+Green+Blue) = 153+222+246=621 (82% of max value = 765). Red value is 153 (60.16% from 255 or 24.64% from 621); Green value is 222 (87.11% from 255 or 35.75% from 621); Blue value is 246 (96.48% from 255 or 39.61% from 621); Max value from RGB is 246 - color contains mainly: blue. Hex color #99DEF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99DEF6 is #662109. Grayscale: #CBCBCB. Windows color (decimal): -6693130 or 16178841. OLE color: 16178841.

HSL color Cylindrical-coordinate representation of color #99DEF6: hue angle of 195.48º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #99DEF6 is Cyan = 0.38, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB153222246-
CMYK0.380.1000.04
HSL195.48º83.78%78.24%-
HSV(B)195.48º37.8%96.47%-
XYZ55.8965.6796.92-
YUV204.1151.6491.55-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 24.64%
GREEN value IS 222 (87.11% from 255) = 35.75%
BLUE value IS 246 (96.48% from 255) = 39.61%
R=24.64%
G=35.75%
B=39.61%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1532222460.380.1000.04195.4883.7878.24
Hex99DEF626A04c3544e
Octal231336366461204303124116
Binary100110011101111011110110100110101001001100001110101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DEF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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