Shades of Sail #9DD0ED
Tints of Sail #9DD0ED
RGB
CMYK
RGB Variations
Color information
#9DD0ED (or 0x9DD0ED) is known color: Sail. HEX triplet: 9D, D0 and ED. RGB value is (157,208,237). Sum of RGB (Red+Green+Blue) = 157+208+237=602 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.08% from 602); Green value is 208 (81.64% from 255 or 34.55% from 602); Blue value is 237 (92.97% from 255 or 39.37% from 602); Max value from RGB is 237 - color contains mainly: blue. Hex color #9DD0ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DD0ED is #622F12. Grayscale: #C3C3C3. Windows color (decimal): -6434579 or 15585437. OLE color: 15585437.
HSL color Cylindrical-coordinate representation of color #9DD0ED: hue angle of 201.75º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DD0ED is Cyan = 0.34, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 208 | 237 | - |
| CMYK | 0.34 | 0.12 | 0 | 0.07 |
| HSL | 201.75º | 0.69% | 0.77% | - |
| HSV(B) | 201.75º | 0.34% | 0.93% | - |
| XYZ | 51.75 | 58.39 | 88.66 | - |
| YUV | 196.06 | 151.1 | 100.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 208 | 237 | 0.34 | 0.12 | 0 | 0.07 | 201.75 | 0.69 | 0.77 |
| Hex | 9D | D0 | ED | 22 | C | 0 | 7 | CA | 45 | 4D |
| Octal | 235 | 320 | 355 | 42 | 14 | 0 | 7 | 312 | 105 | 115 |
| Binary | 10011101 | 11010000 | 11101101 | 100010 | 1100 | 0 | 111 | 11001010 | 1000101 | 1001101 |
Color Harmonies of #9DD0ED
Complementary color
Monochromatic Colors of #9DD0ED
Black with #9DD0ED
Text Example
Text Example
White with #9DD0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD0ED; }
p { color: rgb(157,208,237); }
H1.HeaderClassName
{
color: #9DD0ED;
}
.AnyTagClassName
{
color: #9DD0ED;
}
</style>
background-color css
<style>
a { background-color: #9DD0ED; }
a { background-color: rgb(157,208,237); }
div.DivClassName
{
background-color: #9DD0ED;
}
.BgClassName
{
background-color: #9DD0ED;
}
</style>
border-color css
<style>
span { border-color: #9DD0ED; }
span { border-color: rgb(157,208,237); }
td.TdClassName
{
border-color: #9DD0ED;
}
.TagClassName
{
border-color: #9DD0ED;
}
</style>