Shades of Sail #99CDF9
Tints of Sail #99CDF9
RGB
CMYK
RGB Variations
Color information
#99CDF9 (or 0x99CDF9) is known color: Sail. HEX triplet: 99, CD and F9. RGB value is (153,205,249). Sum of RGB (Red+Green+Blue) = 153+205+249=607 (80% of max value = 765). Red value is 153 (60.16% from 255 or 25.21% from 607); Green value is 205 (80.47% from 255 or 33.77% from 607); Blue value is 249 (97.66% from 255 or 41.02% from 607); Max value from RGB is 249 - color contains mainly: blue. Hex color #99CDF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99CDF9 is #663206. Grayscale: #C2C2C2. Windows color (decimal): -6697479 or 16371097. OLE color: 16371097.
HSL color Cylindrical-coordinate representation of color #99CDF9: hue angle of 207.5º 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 #99CDF9 is Cyan = 0.39, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 153 | 205 | 249 | - |
| CMYK | 0.39 | 0.18 | 0 | 0.02 |
| HSL | 207.5º | 0.89% | 0.79% | - |
| HSV(B) | 207.5º | 0.39% | 0.98% | - |
| XYZ | 52.07 | 57.27 | 97.93 | - |
| YUV | 194.47 | 158.77 | 98.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 205 | 249 | 0.39 | 0.18 | 0 | 0.02 | 207.5 | 0.89 | 0.79 |
| Hex | 99 | CD | F9 | 27 | 12 | 0 | 2 | D0 | 59 | 4F |
| Octal | 231 | 315 | 371 | 47 | 22 | 0 | 2 | 320 | 131 | 117 |
| Binary | 10011001 | 11001101 | 11111001 | 100111 | 10010 | 0 | 10 | 11010000 | 1011001 | 1001111 |
Color Harmonies of #99CDF9
Complementary color
Monochromatic Colors of #99CDF9
Black with #99CDF9
Text Example
Text Example
White with #99CDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CDF9; }
p { color: rgb(153,205,249); }
H1.HeaderClassName
{
color: #99CDF9;
}
.AnyTagClassName
{
color: #99CDF9;
}
</style>
background-color css
<style>
a { background-color: #99CDF9; }
a { background-color: rgb(153,205,249); }
div.DivClassName
{
background-color: #99CDF9;
}
.BgClassName
{
background-color: #99CDF9;
}
</style>
border-color css
<style>
span { border-color: #99CDF9; }
span { border-color: rgb(153,205,249); }
td.TdClassName
{
border-color: #99CDF9;
}
.TagClassName
{
border-color: #99CDF9;
}
</style>