#99D9FA

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

Shades of Columbia Blue #99D9FA

Tints of Columbia Blue #99D9FA

Color information

#99D9FA (or 0x99D9FA) is unknown color: approx Columbia Blue. HEX triplet: 99, D9 and FA. RGB value is (153,217,250). Sum of RGB (Red+Green+Blue) = 153+217+250=620 (82% of max value = 765). Red value is 153 (60.16% from 255 or 24.68% from 620); Green value is 217 (85.16% from 255 or 35% from 620); Blue value is 250 (98.05% from 255 or 40.32% from 620); Max value from RGB is 250 - color contains mainly: blue. Hex color #99D9FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99D9FA is #662605. Grayscale: #C9C9C9. Windows color (decimal): -6694406 or 16439705. OLE color: 16439705.

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

Color convert

RGB153217250-
CMYK0.390.1300.02
HSL200.41º90.65%79.02%-
HSV(B)200.41º38.8%98.04%-
XYZ55.2163.399.75-
YUV201.63155.393.32-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 24.68%
GREEN value IS 217 (85.16% from 255) = 35%
BLUE value IS 250 (98.05% from 255) = 40.32%
R=24.68%
G=35%
B=40.32%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1532172500.390.1300.02200.4190.6579.02
Hex99D9FA27D02c85b4f
Octal231331372471502310133117
Binary10011001110110011111101010011111010101100100010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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