#99D1FA

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

Shades of Columbia Blue #99D1FA

Tints of Columbia Blue #99D1FA

Color information

#99D1FA (or 0x99D1FA) is unknown color: approx Columbia Blue. HEX triplet: 99, D1 and FA. RGB value is (153,209,250). Sum of RGB (Red+Green+Blue) = 153+209+250=612 (81% of max value = 765). Red value is 153 (60.16% from 255 or 25% from 612); Green value is 209 (82.03% from 255 or 34.15% from 612); Blue value is 250 (98.05% from 255 or 40.85% from 612); Max value from RGB is 250 - color contains mainly: blue. Hex color #99D1FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99D1FA is #662E05. Grayscale: #C4C4C4. Windows color (decimal): -6696454 or 16437657. OLE color: 16437657.

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

Color convert

RGB153209250-
CMYK0.390.1600.02
HSL205.36º90.65%79.02%-
HSV(B)205.36º38.8%98.04%-
XYZ53.1959.2899.08-
YUV196.93157.9596.67-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 25%
GREEN value IS 209 (82.03% from 255) = 34.15%
BLUE value IS 250 (98.05% from 255) = 40.85%
R=25%
G=34.15%
B=40.85%

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
Decimal1532092500.390.1600.02205.3690.6579.02
Hex99D1FA271002cd5b4f
Octal231321372472002315133117
Binary100110011101000111111010100111100000101100110110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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