#99C3EF

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

Shades of Sail #99C3EF

Tints of Sail #99C3EF

Color information

#99C3EF (or 0x99C3EF) is unknown color: approx Sail. HEX triplet: 99, C3 and EF. RGB value is (153,195,239). Sum of RGB (Red+Green+Blue) = 153+195+239=587 (77% of max value = 765). Red value is 153 (60.16% from 255 or 26.06% from 587); Green value is 195 (76.56% from 255 or 33.22% from 587); Blue value is 239 (93.75% from 255 or 40.72% from 587); Max value from RGB is 239 - color contains mainly: blue. Hex color #99C3EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99C3EF is #663C10. Grayscale: #BBBBBB. Windows color (decimal): -6700049 or 15713177. OLE color: 15713177.

HSL color Cylindrical-coordinate representation of color #99C3EF: hue angle of 210.7º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #99C3EF is Cyan = 0.36, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB153195239-
CMYK0.360.1800.06
HSL210.7º72.88%76.86%-
HSV(B)210.7º35.98%93.73%-
XYZ48.2352.0389.16-
YUV187.46157.09103.42-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.06%
GREEN value IS 195 (76.56% from 255) = 33.22%
BLUE value IS 239 (93.75% from 255) = 40.72%
R=26.06%
G=33.22%
B=40.72%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1531952390.360.1800.06210.772.8876.86
Hex99C3EF241206d3494d
Octal231303357442206323111115
Binary1001100111000011111011111001001001001101101001110010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99C3EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,195,239); }

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

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

 a { background-color: rgb(153,195,239); }

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

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

 span { border-color: rgb(153,195,239); }

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