#99CAF9

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

Shades of Sail #99CAF9

Tints of Sail #99CAF9

Color information

#99CAF9 (or 0x99CAF9) is unknown color: approx Sail. HEX triplet: 99, CA and F9. RGB value is (153,202,249). Sum of RGB (Red+Green+Blue) = 153+202+249=604 (80% of max value = 765). Red value is 153 (60.16% from 255 or 25.33% from 604); Green value is 202 (79.30% from 255 or 33.44% from 604); Blue value is 249 (97.66% from 255 or 41.23% from 604); Max value from RGB is 249 - color contains mainly: blue. Hex color #99CAF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99CAF9 is #663506. Grayscale: #C0C0C0. Windows color (decimal): -6698247 or 16370329. OLE color: 16370329.

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

Color convert

RGB153202249-
CMYK0.390.1900.02
HSL209.38º88.89%78.82%-
HSV(B)209.38º38.55%97.65%-
XYZ51.3655.8597.7-
YUV192.71159.7799.68-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 25.33%
GREEN value IS 202 (79.30% from 255) = 33.44%
BLUE value IS 249 (97.66% from 255) = 41.23%
R=25.33%
G=33.44%
B=41.23%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1532022490.390.1900.02209.3888.8978.82
Hex99CAF9271302d1594f
Octal231312371472302321131117
Binary100110011100101011111001100111100110101101000110110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,202,249); }

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

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

 a { background-color: rgb(153,202,249); }

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

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

 span { border-color: rgb(153,202,249); }

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