#99DEFF

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

Shades of Columbia Blue #99DEFF

Tints of Columbia Blue #99DEFF

Color information

#99DEFF (or 0x99DEFF) is unknown color: approx Columbia Blue. HEX triplet: 99, DE and FF. RGB value is (153,222,255). Sum of RGB (Red+Green+Blue) = 153+222+255=630 (83% of max value = 765). Red value is 153 (60.16% from 255 or 24.29% from 630); Green value is 222 (87.11% from 255 or 35.24% from 630); Blue value is 255 (100% from 255 or 40.48% from 630); Max value from RGB is 255 - color contains mainly: blue. Hex color #99DEFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99DEFF is #662100. Grayscale: #CCCCCC. Windows color (decimal): -6693121 or 16768665. OLE color: 16768665.

HSL color Cylindrical-coordinate representation of color #99DEFF: hue angle of 199.41º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99DEFF is Cyan = 0.4, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB153222255-
CMYK0.40.1300
HSL199.41º100%80%-
HSV(B)199.41º40%100%-
XYZ57.3166.23104.37-
YUV205.13156.1490.82-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 24.29%
GREEN value IS 222 (87.11% from 255) = 35.24%
BLUE value IS 255 (100% from 255) = 40.48%
R=24.29%
G=35.24%
B=40.48%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1532222550.40.1300199.4110080
Hex99DEFF28D00c76450
Octal231336377501500307144120
Binary1001100111011110111111111010001101001100011111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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