Shades of Sail #9DD0F5
Tints of Sail #9DD0F5
RGB
CMYK
RGB Variations
Color information
#9DD0F5 (or 0x9DD0F5) is known color: Sail. HEX triplet: 9D, D0 and F5. RGB value is (157,208,245). Sum of RGB (Red+Green+Blue) = 157+208+245=610 (80% of max value = 765). Red value is 157 (61.72% from 255 or 25.74% from 610); Green value is 208 (81.64% from 255 or 34.10% from 610); Blue value is 245 (96.09% from 255 or 40.16% from 610); Max value from RGB is 245 - color contains mainly: blue. Hex color #9DD0F5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DD0F5 is #622F0A. Grayscale: #C4C4C4. Windows color (decimal): -6434571 or 16109725. OLE color: 16109725.
HSL color Cylindrical-coordinate representation of color #9DD0F5: hue angle of 205.23º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9DD0F5 is Cyan = 0.36, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 157 | 208 | 245 | - |
| CMYK | 0.36 | 0.15 | 0 | 0.04 |
| HSL | 205.23º | 0.81% | 0.79% | - |
| HSV(B) | 205.23º | 0.36% | 0.96% | - |
| XYZ | 52.94 | 58.87 | 94.96 | - |
| YUV | 196.97 | 155.1 | 99.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 208 | 245 | 0.36 | 0.15 | 0 | 0.04 | 205.23 | 0.81 | 0.79 |
| Hex | 9D | D0 | F5 | 24 | F | 0 | 4 | CD | 51 | 4F |
| Octal | 235 | 320 | 365 | 44 | 17 | 0 | 4 | 315 | 121 | 117 |
| Binary | 10011101 | 11010000 | 11110101 | 100100 | 1111 | 0 | 100 | 11001101 | 1010001 | 1001111 |
Color Harmonies of #9DD0F5
Complementary color
Monochromatic Colors of #9DD0F5
Black with #9DD0F5
Text Example
Text Example
White with #9DD0F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD0F5; }
p { color: rgb(157,208,245); }
H1.HeaderClassName
{
color: #9DD0F5;
}
.AnyTagClassName
{
color: #9DD0F5;
}
</style>
background-color css
<style>
a { background-color: #9DD0F5; }
a { background-color: rgb(157,208,245); }
div.DivClassName
{
background-color: #9DD0F5;
}
.BgClassName
{
background-color: #9DD0F5;
}
</style>
border-color css
<style>
span { border-color: #9DD0F5; }
span { border-color: rgb(157,208,245); }
td.TdClassName
{
border-color: #9DD0F5;
}
.TagClassName
{
border-color: #9DD0F5;
}
</style>