Shades of Sail #9DCAF3
Tints of Sail #9DCAF3
RGB
CMYK
RGB Variations
Color information
#9DCAF3 (or 0x9DCAF3) is known color: Sail. HEX triplet: 9D, CA and F3. RGB value is (157,202,243). Sum of RGB (Red+Green+Blue) = 157+202+243=602 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.08% from 602); Green value is 202 (79.30% from 255 or 33.55% from 602); Blue value is 243 (95.31% from 255 or 40.37% from 602); Max value from RGB is 243 - color contains mainly: blue. Hex color #9DCAF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DCAF3 is #62350C. Grayscale: #C1C1C1. Windows color (decimal): -6436109 or 15977117. OLE color: 15977117.
HSL color Cylindrical-coordinate representation of color #9DCAF3: hue angle of 208.6º degrees, saturation: 0.78, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9DCAF3 is Cyan = 0.35, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 157 | 202 | 243 | - |
| CMYK | 0.35 | 0.17 | 0 | 0.05 |
| HSL | 208.6º | 0.78% | 0.78% | - |
| HSV(B) | 208.6º | 0.35% | 0.95% | - |
| XYZ | 51.2 | 55.88 | 92.88 | - |
| YUV | 193.22 | 156.09 | 102.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 202 | 243 | 0.35 | 0.17 | 0 | 0.05 | 208.6 | 0.78 | 0.78 |
| Hex | 9D | CA | F3 | 23 | 11 | 0 | 5 | D1 | 4E | 4E |
| Octal | 235 | 312 | 363 | 43 | 21 | 0 | 5 | 321 | 116 | 116 |
| Binary | 10011101 | 11001010 | 11110011 | 100011 | 10001 | 0 | 101 | 11010001 | 1001110 | 1001110 |
Color Harmonies of #9DCAF3
Complementary color
Monochromatic Colors of #9DCAF3
Black with #9DCAF3
Text Example
Text Example
White with #9DCAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCAF3; }
p { color: rgb(157,202,243); }
H1.HeaderClassName
{
color: #9DCAF3;
}
.AnyTagClassName
{
color: #9DCAF3;
}
</style>
background-color css
<style>
a { background-color: #9DCAF3; }
a { background-color: rgb(157,202,243); }
div.DivClassName
{
background-color: #9DCAF3;
}
.BgClassName
{
background-color: #9DCAF3;
}
</style>
border-color css
<style>
span { border-color: #9DCAF3; }
span { border-color: rgb(157,202,243); }
td.TdClassName
{
border-color: #9DCAF3;
}
.TagClassName
{
border-color: #9DCAF3;
}
</style>