Shades of Sail #9DCFEE
Tints of Sail #9DCFEE
RGB
CMYK
RGB Variations
Color information
#9DCFEE (or 0x9DCFEE) is known color: Sail. HEX triplet: 9D, CF and EE. RGB value is (157,207,238). Sum of RGB (Red+Green+Blue) = 157+207+238=602 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.08% from 602); Green value is 207 (81.25% from 255 or 34.39% from 602); Blue value is 238 (93.36% from 255 or 39.53% from 602); Max value from RGB is 238 - color contains mainly: blue. Hex color #9DCFEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DCFEE is #623011. Grayscale: #C3C3C3. Windows color (decimal): -6434834 or 15650717. OLE color: 15650717.
HSL color Cylindrical-coordinate representation of color #9DCFEE: hue angle of 202.96º 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 #9DCFEE is Cyan = 0.34, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 207 | 238 | - |
| CMYK | 0.34 | 0.13 | 0 | 0.07 |
| HSL | 202.96º | 0.7% | 0.77% | - |
| HSV(B) | 202.96º | 0.34% | 0.93% | - |
| XYZ | 51.65 | 57.97 | 89.36 | - |
| YUV | 195.58 | 151.94 | 100.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 207 | 238 | 0.34 | 0.13 | 0 | 0.07 | 202.96 | 0.7 | 0.77 |
| Hex | 9D | CF | EE | 22 | D | 0 | 7 | CB | 46 | 4D |
| Octal | 235 | 317 | 356 | 42 | 15 | 0 | 7 | 313 | 106 | 115 |
| Binary | 10011101 | 11001111 | 11101110 | 100010 | 1101 | 0 | 111 | 11001011 | 1000110 | 1001101 |
Color Harmonies of #9DCFEE
Complementary color
Monochromatic Colors of #9DCFEE
Black with #9DCFEE
Text Example
Text Example
White with #9DCFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCFEE; }
p { color: rgb(157,207,238); }
H1.HeaderClassName
{
color: #9DCFEE;
}
.AnyTagClassName
{
color: #9DCFEE;
}
</style>
background-color css
<style>
a { background-color: #9DCFEE; }
a { background-color: rgb(157,207,238); }
div.DivClassName
{
background-color: #9DCFEE;
}
.BgClassName
{
background-color: #9DCFEE;
}
</style>
border-color css
<style>
span { border-color: #9DCFEE; }
span { border-color: rgb(157,207,238); }
td.TdClassName
{
border-color: #9DCFEE;
}
.TagClassName
{
border-color: #9DCFEE;
}
</style>