#99D2F9

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

Shades of Columbia Blue #99D2F9

Tints of Columbia Blue #99D2F9

Color information

#99D2F9 (or 0x99D2F9) is unknown color: approx Columbia Blue. HEX triplet: 99, D2 and F9. RGB value is (153,210,249). Sum of RGB (Red+Green+Blue) = 153+210+249=612 (81% of max value = 765). Red value is 153 (60.16% from 255 or 25% from 612); Green value is 210 (82.42% from 255 or 34.31% from 612); Blue value is 249 (97.66% from 255 or 40.69% from 612); Max value from RGB is 249 - color contains mainly: blue. Hex color #99D2F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99D2F9 is #662D06. Grayscale: #C5C5C5. Windows color (decimal): -6696199 or 16372377. OLE color: 16372377.

HSL color Cylindrical-coordinate representation of color #99D2F9: hue angle of 204.38º degrees, saturation: 0.89, 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 #99D2F9 is Cyan = 0.39, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB153210249-
CMYK0.390.1600.02
HSL204.38º88.89%78.82%-
HSV(B)204.38º38.55%97.65%-
XYZ53.2859.7198.34-
YUV197.4157.1296.33-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 25%
GREEN value IS 210 (82.42% from 255) = 34.31%
BLUE value IS 249 (97.66% from 255) = 40.69%
R=25%
G=34.31%
B=40.69%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1532102490.390.1600.02204.3888.8978.82
Hex99D2F9271002cc594f
Octal231322371472002314131117
Binary100110011101001011111001100111100000101100110010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D2F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,210,249); }

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

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

 a { background-color: rgb(153,210,249); }

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

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

 span { border-color: rgb(153,210,249); }

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