#99DEFB

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

Shades of Columbia Blue #99DEFB

Tints of Columbia Blue #99DEFB

Color information

#99DEFB (or 0x99DEFB) is unknown color: approx Columbia Blue. HEX triplet: 99, DE and FB. RGB value is (153,222,251). Sum of RGB (Red+Green+Blue) = 153+222+251=626 (82% of max value = 765). Red value is 153 (60.16% from 255 or 24.44% from 626); Green value is 222 (87.11% from 255 or 35.46% from 626); Blue value is 251 (98.44% from 255 or 40.10% from 626); Max value from RGB is 251 - color contains mainly: blue. Hex color #99DEFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99DEFB is #662104. Grayscale: #CCCCCC. Windows color (decimal): -6693125 or 16506521. OLE color: 16506521.

HSL color Cylindrical-coordinate representation of color #99DEFB: hue angle of 197.76º degrees, saturation: 0.92, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99DEFB is Cyan = 0.39, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB153222251-
CMYK0.390.1200.02
HSL197.76º92.45%79.22%-
HSV(B)197.76º39.04%98.43%-
XYZ56.6765.98101.02-
YUV204.68154.1491.14-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 24.44%
GREEN value IS 222 (87.11% from 255) = 35.46%
BLUE value IS 251 (98.44% from 255) = 40.10%
R=24.44%
G=35.46%
B=40.10%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1532222510.390.1200.02197.7692.4579.22
Hex99DEFB27C02c65c4f
Octal231336373471402306134117
Binary10011001110111101111101110011111000101100011010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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