#99DBF6

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

Shades of Columbia Blue #99DBF6

Tints of Columbia Blue #99DBF6

Color information

#99DBF6 (or 0x99DBF6) is unknown color: approx Columbia Blue. HEX triplet: 99, DB and F6. RGB value is (153,219,246). Sum of RGB (Red+Green+Blue) = 153+219+246=618 (81% of max value = 765). Red value is 153 (60.16% from 255 or 24.76% from 618); Green value is 219 (85.94% from 255 or 35.44% from 618); Blue value is 246 (96.48% from 255 or 39.81% from 618); Max value from RGB is 246 - color contains mainly: blue. Hex color #99DBF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99DBF6 is #662409. Grayscale: #CACACA. Windows color (decimal): -6693898 or 16178073. OLE color: 16178073.

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

Color convert

RGB153219246-
CMYK0.380.1100.04
HSL197.42º83.78%78.24%-
HSV(B)197.42º37.8%96.47%-
XYZ55.164.0996.65-
YUV202.34152.6392.8-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 24.76%
GREEN value IS 219 (85.94% from 255) = 35.44%
BLUE value IS 246 (96.48% from 255) = 39.81%
R=24.76%
G=35.44%
B=39.81%

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
Decimal1532192460.380.1100.04197.4283.7878.24
Hex99DBF626B04c5544e
Octal231333366461304305124116
Binary100110011101101111110110100110101101001100010110101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DBF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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