#99D1FB

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

Shades of Columbia Blue #99D1FB

Tints of Columbia Blue #99D1FB

Color information

#99D1FB (or 0x99D1FB) is unknown color: approx Columbia Blue. HEX triplet: 99, D1 and FB. RGB value is (153,209,251). Sum of RGB (Red+Green+Blue) = 153+209+251=613 (81% of max value = 765). Red value is 153 (60.16% from 255 or 24.96% from 613); Green value is 209 (82.03% from 255 or 34.09% from 613); Blue value is 251 (98.44% from 255 or 40.95% from 613); Max value from RGB is 251 - color contains mainly: blue. Hex color #99D1FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99D1FB is #662E04. Grayscale: #C4C4C4. Windows color (decimal): -6696453 or 16503193. OLE color: 16503193.

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

Color convert

RGB153209251-
CMYK0.390.1700.02
HSL205.71º92.45%79.22%-
HSV(B)205.71º39.04%98.43%-
XYZ53.3559.3499.91-
YUV197.04158.4596.58-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 24.96%
GREEN value IS 209 (82.03% from 255) = 34.09%
BLUE value IS 251 (98.44% from 255) = 40.95%
R=24.96%
G=34.09%
B=40.95%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1532092510.390.1700.02205.7192.4579.22
Hex99D1FB271102ce5c4f
Octal231321373472102316134117
Binary100110011101000111111011100111100010101100111010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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