Shades of Sail #99C3EE
Tints of Sail #99C3EE
RGB
CMYK
RGB Variations
Color information
#99C3EE (or 0x99C3EE) is known color: Sail. HEX triplet: 99, C3 and EE. RGB value is (153,195,238). Sum of RGB (Red+Green+Blue) = 153+195+238=586 (77% of max value = 765). Red value is 153 (60.16% from 255 or 26.11% from 586); Green value is 195 (76.56% from 255 or 33.28% from 586); Blue value is 238 (93.36% from 255 or 40.61% from 586); Max value from RGB is 238 - color contains mainly: blue. Hex color #99C3EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99C3EE is #663C11. Grayscale: #BBBBBB. Windows color (decimal): -6700050 or 15647641. OLE color: 15647641.
HSL color Cylindrical-coordinate representation of color #99C3EE: hue angle of 210.35º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #99C3EE is Cyan = 0.36, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 195 | 238 | - |
| CMYK | 0.36 | 0.18 | 0 | 0.07 |
| HSL | 210.35º | 0.71% | 0.77% | - |
| HSV(B) | 210.35º | 0.36% | 0.93% | - |
| XYZ | 48.08 | 51.98 | 88.39 | - |
| YUV | 187.34 | 156.59 | 103.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 195 | 238 | 0.36 | 0.18 | 0 | 0.07 | 210.35 | 0.71 | 0.77 |
| Hex | 99 | C3 | EE | 24 | 12 | 0 | 7 | D2 | 47 | 4D |
| Octal | 231 | 303 | 356 | 44 | 22 | 0 | 7 | 322 | 107 | 115 |
| Binary | 10011001 | 11000011 | 11101110 | 100100 | 10010 | 0 | 111 | 11010010 | 1000111 | 1001101 |
Color Harmonies of #99C3EE
Complementary color
Monochromatic Colors of #99C3EE
Black with #99C3EE
Text Example
Text Example
White with #99C3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C3EE; }
p { color: rgb(153,195,238); }
H1.HeaderClassName
{
color: #99C3EE;
}
.AnyTagClassName
{
color: #99C3EE;
}
</style>
background-color css
<style>
a { background-color: #99C3EE; }
a { background-color: rgb(153,195,238); }
div.DivClassName
{
background-color: #99C3EE;
}
.BgClassName
{
background-color: #99C3EE;
}
</style>
border-color css
<style>
span { border-color: #99C3EE; }
span { border-color: rgb(153,195,238); }
td.TdClassName
{
border-color: #99C3EE;
}
.TagClassName
{
border-color: #99C3EE;
}
</style>