#99DCF6

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

Shades of Columbia Blue #99DCF6

Tints of Columbia Blue #99DCF6

Color information

#99DCF6 (or 0x99DCF6) is unknown color: approx Columbia Blue. HEX triplet: 99, DC and F6. RGB value is (153,220,246). Sum of RGB (Red+Green+Blue) = 153+220+246=619 (81% of max value = 765). Red value is 153 (60.16% from 255 or 24.72% from 619); Green value is 220 (86.33% from 255 or 35.54% from 619); Blue value is 246 (96.48% from 255 or 39.74% from 619); Max value from RGB is 246 - color contains mainly: blue. Hex color #99DCF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99DCF6 is #662309. Grayscale: #CACACA. Windows color (decimal): -6693642 or 16178329. OLE color: 16178329.

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

Color convert

RGB153220246-
CMYK0.380.1100.04
HSL196.77º83.78%78.24%-
HSV(B)196.77º37.8%96.47%-
XYZ55.3664.6196.74-
YUV202.93152.392.39-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 24.72%
GREEN value IS 220 (86.33% from 255) = 35.54%
BLUE value IS 246 (96.48% from 255) = 39.74%
R=24.72%
G=35.54%
B=39.74%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1532202460.380.1100.04196.7783.7878.24
Hex99DCF626B04c5544e
Octal231334366461304305124116
Binary100110011101110011110110100110101101001100010110101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DCF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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