#99DBFF

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

Shades of Columbia Blue #99DBFF

Tints of Columbia Blue #99DBFF

Color information

#99DBFF (or 0x99DBFF) is unknown color: approx Columbia Blue. HEX triplet: 99, DB and FF. RGB value is (153,219,255). Sum of RGB (Red+Green+Blue) = 153+219+255=627 (83% of max value = 765). Red value is 153 (60.16% from 255 or 24.40% from 627); Green value is 219 (85.94% from 255 or 34.93% from 627); Blue value is 255 (100% from 255 or 40.67% from 627); Max value from RGB is 255 - color contains mainly: blue. Hex color #99DBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99DBFF is #662400. Grayscale: #CBCBCB. Windows color (decimal): -6693889 or 16767897. OLE color: 16767897.

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

Color convert

RGB153219255-
CMYK0.40.1400
HSL201.18º100%80%-
HSV(B)201.18º40%100%-
XYZ56.5264.66104.11-
YUV203.37157.1392.07-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 24.40%
GREEN value IS 219 (85.94% from 255) = 34.93%
BLUE value IS 255 (100% from 255) = 40.67%
R=24.40%
G=34.93%
B=40.67%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1532192550.40.1400201.1810080
Hex99DBFF28E00c96450
Octal231333377501600311144120
Binary1001100111011011111111111010001110001100100111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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