Shades of Sail #9DD3EF
Tints of Sail #9DD3EF
RGB
CMYK
RGB Variations
Color information
#9DD3EF (or 0x9DD3EF) is known color: Sail. HEX triplet: 9D, D3 and EF. RGB value is (157,211,239). Sum of RGB (Red+Green+Blue) = 157+211+239=607 (80% of max value = 765). Red value is 157 (61.72% from 255 or 25.86% from 607); Green value is 211 (82.81% from 255 or 34.76% from 607); Blue value is 239 (93.75% from 255 or 39.37% from 607); Max value from RGB is 239 - color contains mainly: blue. Hex color #9DD3EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DD3EF is #622C10. Grayscale: #C5C5C5. Windows color (decimal): -6433809 or 15717277. OLE color: 15717277.
HSL color Cylindrical-coordinate representation of color #9DD3EF: hue angle of 200.49º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DD3EF is Cyan = 0.34, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 157 | 211 | 239 | - |
| CMYK | 0.34 | 0.12 | 0 | 0.06 |
| HSL | 200.49º | 0.72% | 0.78% | - |
| HSV(B) | 200.49º | 0.34% | 0.94% | - |
| XYZ | 52.78 | 59.99 | 90.46 | - |
| YUV | 198.05 | 151.11 | 98.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 211 | 239 | 0.34 | 0.12 | 0 | 0.06 | 200.49 | 0.72 | 0.78 |
| Hex | 9D | D3 | EF | 22 | C | 0 | 6 | C8 | 48 | 4E |
| Octal | 235 | 323 | 357 | 42 | 14 | 0 | 6 | 310 | 110 | 116 |
| Binary | 10011101 | 11010011 | 11101111 | 100010 | 1100 | 0 | 110 | 11001000 | 1001000 | 1001110 |
Color Harmonies of #9DD3EF
Complementary color
Monochromatic Colors of #9DD3EF
Black with #9DD3EF
Text Example
Text Example
White with #9DD3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD3EF; }
p { color: rgb(157,211,239); }
H1.HeaderClassName
{
color: #9DD3EF;
}
.AnyTagClassName
{
color: #9DD3EF;
}
</style>
background-color css
<style>
a { background-color: #9DD3EF; }
a { background-color: rgb(157,211,239); }
div.DivClassName
{
background-color: #9DD3EF;
}
.BgClassName
{
background-color: #9DD3EF;
}
</style>
border-color css
<style>
span { border-color: #9DD3EF; }
span { border-color: rgb(157,211,239); }
td.TdClassName
{
border-color: #9DD3EF;
}
.TagClassName
{
border-color: #9DD3EF;
}
</style>