#99CAFA

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

Shades of Sail #99CAFA

Tints of Sail #99CAFA

Color information

#99CAFA (or 0x99CAFA) is unknown color: approx Sail. HEX triplet: 99, CA and FA. RGB value is (153,202,250). Sum of RGB (Red+Green+Blue) = 153+202+250=605 (80% of max value = 765). Red value is 153 (60.16% from 255 or 25.29% from 605); Green value is 202 (79.30% from 255 or 33.39% from 605); Blue value is 250 (98.05% from 255 or 41.32% from 605); Max value from RGB is 250 - color contains mainly: blue. Hex color #99CAFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99CAFA is #663505. Grayscale: #C0C0C0. Windows color (decimal): -6698246 or 16435865. OLE color: 16435865.

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

Color convert

RGB153202250-
CMYK0.390.1900.02
HSL209.69º90.65%79.02%-
HSV(B)209.69º38.8%98.04%-
XYZ51.5155.9298.52-
YUV192.82160.2799.6-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 25.29%
GREEN value IS 202 (79.30% from 255) = 33.39%
BLUE value IS 250 (98.05% from 255) = 41.32%
R=25.29%
G=33.39%
B=41.32%

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
Decimal1532022500.390.1900.02209.6990.6579.02
Hex99CAFA271302d25b4f
Octal231312372472302322133117
Binary100110011100101011111010100111100110101101001010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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