Shades of Sail #9DD2EE
Tints of Sail #9DD2EE
RGB
CMYK
RGB Variations
Color information
#9DD2EE (or 0x9DD2EE) is known color: Sail. HEX triplet: 9D, D2 and EE. RGB value is (157,210,238). Sum of RGB (Red+Green+Blue) = 157+210+238=605 (80% of max value = 765). Red value is 157 (61.72% from 255 or 25.95% from 605); Green value is 210 (82.42% from 255 or 34.71% from 605); Blue value is 238 (93.36% from 255 or 39.34% from 605); Max value from RGB is 238 - color contains mainly: blue. Hex color #9DD2EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DD2EE is #622D11. Grayscale: #C5C5C5. Windows color (decimal): -6434066 or 15651485. OLE color: 15651485.
HSL color Cylindrical-coordinate representation of color #9DD2EE: hue angle of 200.74º degrees, saturation: 0.7, 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 #9DD2EE is Cyan = 0.34, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 210 | 238 | - |
| CMYK | 0.34 | 0.12 | 0 | 0.07 |
| HSL | 200.74º | 0.7% | 0.77% | - |
| HSV(B) | 200.74º | 0.34% | 0.93% | - |
| XYZ | 52.38 | 59.43 | 89.6 | - |
| YUV | 197.35 | 150.94 | 99.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 210 | 238 | 0.34 | 0.12 | 0 | 0.07 | 200.74 | 0.7 | 0.77 |
| Hex | 9D | D2 | EE | 22 | C | 0 | 7 | C9 | 46 | 4D |
| Octal | 235 | 322 | 356 | 42 | 14 | 0 | 7 | 311 | 106 | 115 |
| Binary | 10011101 | 11010010 | 11101110 | 100010 | 1100 | 0 | 111 | 11001001 | 1000110 | 1001101 |
Color Harmonies of #9DD2EE
Complementary color
Monochromatic Colors of #9DD2EE
Black with #9DD2EE
Text Example
Text Example
White with #9DD2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD2EE; }
p { color: rgb(157,210,238); }
H1.HeaderClassName
{
color: #9DD2EE;
}
.AnyTagClassName
{
color: #9DD2EE;
}
</style>
background-color css
<style>
a { background-color: #9DD2EE; }
a { background-color: rgb(157,210,238); }
div.DivClassName
{
background-color: #9DD2EE;
}
.BgClassName
{
background-color: #9DD2EE;
}
</style>
border-color css
<style>
span { border-color: #9DD2EE; }
span { border-color: rgb(157,210,238); }
td.TdClassName
{
border-color: #9DD2EE;
}
.TagClassName
{
border-color: #9DD2EE;
}
</style>