#99D2FA

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

Shades of Columbia Blue #99D2FA

Tints of Columbia Blue #99D2FA

Color information

#99D2FA (or 0x99D2FA) is unknown color: approx Columbia Blue. HEX triplet: 99, D2 and FA. RGB value is (153,210,250). Sum of RGB (Red+Green+Blue) = 153+210+250=613 (81% of max value = 765). Red value is 153 (60.16% from 255 or 24.96% from 613); Green value is 210 (82.42% from 255 or 34.26% from 613); Blue value is 250 (98.05% from 255 or 40.78% from 613); Max value from RGB is 250 - color contains mainly: blue. Hex color #99D2FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99D2FA is #662D05. Grayscale: #C5C5C5. Windows color (decimal): -6696198 or 16437913. OLE color: 16437913.

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

Color convert

RGB153210250-
CMYK0.390.1600.02
HSL204.74º90.65%79.02%-
HSV(B)204.74º38.8%98.04%-
XYZ53.4459.7799.16-
YUV197.52157.6296.25-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 24.96%
GREEN value IS 210 (82.42% from 255) = 34.26%
BLUE value IS 250 (98.05% from 255) = 40.78%
R=24.96%
G=34.26%
B=40.78%

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
Decimal1532102500.390.1600.02204.7490.6579.02
Hex99D2FA271002cd5b4f
Octal231322372472002315133117
Binary100110011101001011111010100111100000101100110110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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