Shades of Sail #9DCFED
Tints of Sail #9DCFED
RGB
CMYK
RGB Variations
Color information
#9DCFED (or 0x9DCFED) is known color: Sail. HEX triplet: 9D, CF and ED. RGB value is (157,207,237). Sum of RGB (Red+Green+Blue) = 157+207+237=601 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.12% from 601); Green value is 207 (81.25% from 255 or 34.44% from 601); Blue value is 237 (92.97% from 255 or 39.43% from 601); Max value from RGB is 237 - color contains mainly: blue. Hex color #9DCFED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DCFED is #623012. Grayscale: #C3C3C3. Windows color (decimal): -6434835 or 15585181. OLE color: 15585181.
HSL color Cylindrical-coordinate representation of color #9DCFED: hue angle of 202.5º 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 #9DCFED is Cyan = 0.34, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 157 | 207 | 237 | - |
CMYK | 0.34 | 0.13 | 0 | 0.07 |
HSL | 202.5º | 0.69% | 0.77% | - |
HSV(B) | 202.5º | 0.34% | 0.93% | - |
XYZ | 51.5 | 57.91 | 88.58 | - |
YUV | 195.47 | 151.44 | 100.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 157 | 207 | 237 | 0.34 | 0.13 | 0 | 0.07 | 202.5 | 0.69 | 0.77 |
Hex | 9D | CF | ED | 22 | D | 0 | 7 | CA | 45 | 4D |
Octal | 235 | 317 | 355 | 42 | 15 | 0 | 7 | 312 | 105 | 115 |
Binary | 10011101 | 11001111 | 11101101 | 100010 | 1101 | 0 | 111 | 11001010 | 1000101 | 1001101 |
Color Harmonies of #9DCFED
Complementary color
Monochromatic Colors of #9DCFED
Black with #9DCFED
Text Example
Text Example
White with #9DCFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCFED; }
p { color: rgb(157,207,237); }
H1.HeaderClassName
{
color: #9DCFED;
}
.AnyTagClassName
{
color: #9DCFED;
}
</style>
background-color css
<style>
a { background-color: #9DCFED; }
a { background-color: rgb(157,207,237); }
div.DivClassName
{
background-color: #9DCFED;
}
.BgClassName
{
background-color: #9DCFED;
}
</style>
border-color css
<style>
span { border-color: #9DCFED; }
span { border-color: rgb(157,207,237); }
td.TdClassName
{
border-color: #9DCFED;
}
.TagClassName
{
border-color: #9DCFED;
}
</style>