Shades of Sail #9DCFEF
Tints of Sail #9DCFEF
RGB
CMYK
RGB Variations
Color information
#9DCFEF (or 0x9DCFEF) is known color: Sail. HEX triplet: 9D, CF and EF. RGB value is (157,207,239). Sum of RGB (Red+Green+Blue) = 157+207+239=603 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.04% from 603); Green value is 207 (81.25% from 255 or 34.33% from 603); Blue value is 239 (93.75% from 255 or 39.64% from 603); Max value from RGB is 239 - color contains mainly: blue. Hex color #9DCFEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DCFEF is #623010. Grayscale: #C3C3C3. Windows color (decimal): -6434833 or 15716253. OLE color: 15716253.
HSL color Cylindrical-coordinate representation of color #9DCFEF: hue angle of 203.41º 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 #9DCFEF is Cyan = 0.34, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 157 | 207 | 239 | - |
| CMYK | 0.34 | 0.13 | 0 | 0.06 |
| HSL | 203.41º | 0.72% | 0.78% | - |
| HSV(B) | 203.41º | 0.34% | 0.94% | - |
| XYZ | 51.8 | 58.03 | 90.13 | - |
| YUV | 195.7 | 152.44 | 100.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 207 | 239 | 0.34 | 0.13 | 0 | 0.06 | 203.41 | 0.72 | 0.78 |
| Hex | 9D | CF | EF | 22 | D | 0 | 6 | CB | 48 | 4E |
| Octal | 235 | 317 | 357 | 42 | 15 | 0 | 6 | 313 | 110 | 116 |
| Binary | 10011101 | 11001111 | 11101111 | 100010 | 1101 | 0 | 110 | 11001011 | 1001000 | 1001110 |
Color Harmonies of #9DCFEF
Complementary color
Monochromatic Colors of #9DCFEF
Black with #9DCFEF
Text Example
Text Example
White with #9DCFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCFEF; }
p { color: rgb(157,207,239); }
H1.HeaderClassName
{
color: #9DCFEF;
}
.AnyTagClassName
{
color: #9DCFEF;
}
</style>
background-color css
<style>
a { background-color: #9DCFEF; }
a { background-color: rgb(157,207,239); }
div.DivClassName
{
background-color: #9DCFEF;
}
.BgClassName
{
background-color: #9DCFEF;
}
</style>
border-color css
<style>
span { border-color: #9DCFEF; }
span { border-color: rgb(157,207,239); }
td.TdClassName
{
border-color: #9DCFEF;
}
.TagClassName
{
border-color: #9DCFEF;
}
</style>