#99DCFF

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

Shades of Columbia Blue #99DCFF

Tints of Columbia Blue #99DCFF

Color information

#99DCFF (or 0x99DCFF) is unknown color: approx Columbia Blue. HEX triplet: 99, DC and FF. RGB value is (153,220,255). Sum of RGB (Red+Green+Blue) = 153+220+255=628 (83% of max value = 765). Red value is 153 (60.16% from 255 or 24.36% from 628); Green value is 220 (86.33% from 255 or 35.03% from 628); Blue value is 255 (100% from 255 or 40.61% from 628); Max value from RGB is 255 - color contains mainly: blue. Hex color #99DCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99DCFF is #662300. Grayscale: #CBCBCB. Windows color (decimal): -6693633 or 16768153. OLE color: 16768153.

HSL color Cylindrical-coordinate representation of color #99DCFF: hue angle of 200.59º 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 #99DCFF is Cyan = 0.4, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB153220255-
CMYK0.40.1400
HSL200.59º100%80%-
HSV(B)200.59º40%100%-
XYZ56.7865.18104.2-
YUV203.96156.891.65-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 24.36%
GREEN value IS 220 (86.33% from 255) = 35.03%
BLUE value IS 255 (100% from 255) = 40.61%
R=24.36%
G=35.03%
B=40.61%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1532202550.40.1400200.5910080
Hex99DCFF28E00c96450
Octal231334377501600311144120
Binary1001100111011100111111111010001110001100100111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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