#99DBF4

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

Shades of Columbia Blue #99DBF4

Tints of Columbia Blue #99DBF4

Color information

#99DBF4 (or 0x99DBF4) is unknown color: approx Columbia Blue. HEX triplet: 99, DB and F4. RGB value is (153,219,244). Sum of RGB (Red+Green+Blue) = 153+219+244=616 (81% of max value = 765). Red value is 153 (60.16% from 255 or 24.84% from 616); Green value is 219 (85.94% from 255 or 35.55% from 616); Blue value is 244 (95.70% from 255 or 39.61% from 616); Max value from RGB is 244 - color contains mainly: blue. Hex color #99DBF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99DBF4 is #66240B. Grayscale: #C9C9C9. Windows color (decimal): -6693900 or 16047001. OLE color: 16047001.

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

Color convert

RGB153219244-
CMYK0.370.1000.04
HSL196.48º80.53%77.84%-
HSV(B)196.48º37.3%95.69%-
XYZ54.863.9795.05-
YUV202.12151.6392.97-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 24.84%
GREEN value IS 219 (85.94% from 255) = 35.55%
BLUE value IS 244 (95.70% from 255) = 39.61%
R=24.84%
G=35.55%
B=39.61%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1532192440.370.1000.04196.4880.5377.84
Hex99DBF425A04c4514e
Octal231333364451204304121116
Binary100110011101101111110100100101101001001100010010100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DBF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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