Shades of Sail #9DCFF3
Tints of Sail #9DCFF3
RGB
CMYK
RGB Variations
Color information
#9DCFF3 (or 0x9DCFF3) is known color: Sail. HEX triplet: 9D, CF and F3. RGB value is (157,207,243). Sum of RGB (Red+Green+Blue) = 157+207+243=607 (80% of max value = 765). Red value is 157 (61.72% from 255 or 25.86% from 607); Green value is 207 (81.25% from 255 or 34.10% from 607); Blue value is 243 (95.31% from 255 or 40.03% from 607); Max value from RGB is 243 - color contains mainly: blue. Hex color #9DCFF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DCFF3 is #62300C. Grayscale: #C3C3C3. Windows color (decimal): -6434829 or 15978397. OLE color: 15978397.
HSL color Cylindrical-coordinate representation of color #9DCFF3: hue angle of 205.12º 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 #9DCFF3 is Cyan = 0.35, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 157 | 207 | 243 | - |
| CMYK | 0.35 | 0.15 | 0 | 0.05 |
| HSL | 205.12º | 0.78% | 0.78% | - |
| HSV(B) | 205.12º | 0.35% | 0.95% | - |
| XYZ | 52.4 | 58.26 | 93.28 | - |
| YUV | 196.15 | 154.44 | 100.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 207 | 243 | 0.35 | 0.15 | 0 | 0.05 | 205.12 | 0.78 | 0.78 |
| Hex | 9D | CF | F3 | 23 | F | 0 | 5 | CD | 4E | 4E |
| Octal | 235 | 317 | 363 | 43 | 17 | 0 | 5 | 315 | 116 | 116 |
| Binary | 10011101 | 11001111 | 11110011 | 100011 | 1111 | 0 | 101 | 11001101 | 1001110 | 1001110 |
Color Harmonies of #9DCFF3
Complementary color
Monochromatic Colors of #9DCFF3
Black with #9DCFF3
Text Example
Text Example
White with #9DCFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCFF3; }
p { color: rgb(157,207,243); }
H1.HeaderClassName
{
color: #9DCFF3;
}
.AnyTagClassName
{
color: #9DCFF3;
}
</style>
background-color css
<style>
a { background-color: #9DCFF3; }
a { background-color: rgb(157,207,243); }
div.DivClassName
{
background-color: #9DCFF3;
}
.BgClassName
{
background-color: #9DCFF3;
}
</style>
border-color css
<style>
span { border-color: #9DCFF3; }
span { border-color: rgb(157,207,243); }
td.TdClassName
{
border-color: #9DCFF3;
}
.TagClassName
{
border-color: #9DCFF3;
}
</style>