#99D2FC

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

Shades of Columbia Blue #99D2FC

Tints of Columbia Blue #99D2FC

Color information

#99D2FC (or 0x99D2FC) is unknown color: approx Columbia Blue. HEX triplet: 99, D2 and FC. RGB value is (153,210,252). Sum of RGB (Red+Green+Blue) = 153+210+252=615 (81% of max value = 765). Red value is 153 (60.16% from 255 or 24.88% from 615); Green value is 210 (82.42% from 255 or 34.15% from 615); Blue value is 252 (98.83% from 255 or 40.98% from 615); Max value from RGB is 252 - color contains mainly: blue. Hex color #99D2FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99D2FC is #662D03. Grayscale: #C5C5C5. Windows color (decimal): -6696196 or 16568985. OLE color: 16568985.

HSL color Cylindrical-coordinate representation of color #99D2FC: hue angle of 205.45º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99D2FC is Cyan = 0.39, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB153210252-
CMYK0.390.1700.01
HSL205.45º94.29%79.41%-
HSV(B)205.45º39.29%98.82%-
XYZ53.7559.89100.82-
YUV197.74158.6296.08-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 24.88%
GREEN value IS 210 (82.42% from 255) = 34.15%
BLUE value IS 252 (98.83% from 255) = 40.98%
R=24.88%
G=34.15%
B=40.98%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1532102520.390.1700.01205.4594.2979.41
Hex99D2FC271101cd5e4f
Octal231322374472101315136117
Binary10011001110100101111110010011110001011100110110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D2FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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