Shades of Sail #9DD0F3
Tints of Sail #9DD0F3
RGB
CMYK
RGB Variations
Color information
#9DD0F3 (or 0x9DD0F3) is known color: Sail. HEX triplet: 9D, D0 and F3. RGB value is (157,208,243). Sum of RGB (Red+Green+Blue) = 157+208+243=608 (80% of max value = 765). Red value is 157 (61.72% from 255 or 25.82% from 608); Green value is 208 (81.64% from 255 or 34.21% from 608); Blue value is 243 (95.31% from 255 or 39.97% from 608); Max value from RGB is 243 - color contains mainly: blue. Hex color #9DD0F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DD0F3 is #622F0C. Grayscale: #C4C4C4. Windows color (decimal): -6434573 or 15978653. OLE color: 15978653.
HSL color Cylindrical-coordinate representation of color #9DD0F3: hue angle of 204.42º 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 #9DD0F3 is Cyan = 0.35, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 157 | 208 | 243 | - |
| CMYK | 0.35 | 0.14 | 0 | 0.05 |
| HSL | 204.42º | 0.78% | 0.78% | - |
| HSV(B) | 204.42º | 0.35% | 0.95% | - |
| XYZ | 52.64 | 58.75 | 93.36 | - |
| YUV | 196.74 | 154.1 | 99.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 208 | 243 | 0.35 | 0.14 | 0 | 0.05 | 204.42 | 0.78 | 0.78 |
| Hex | 9D | D0 | F3 | 23 | E | 0 | 5 | CC | 4E | 4E |
| Octal | 235 | 320 | 363 | 43 | 16 | 0 | 5 | 314 | 116 | 116 |
| Binary | 10011101 | 11010000 | 11110011 | 100011 | 1110 | 0 | 101 | 11001100 | 1001110 | 1001110 |
Color Harmonies of #9DD0F3
Complementary color
Monochromatic Colors of #9DD0F3
Black with #9DD0F3
Text Example
Text Example
White with #9DD0F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD0F3; }
p { color: rgb(157,208,243); }
H1.HeaderClassName
{
color: #9DD0F3;
}
.AnyTagClassName
{
color: #9DD0F3;
}
</style>
background-color css
<style>
a { background-color: #9DD0F3; }
a { background-color: rgb(157,208,243); }
div.DivClassName
{
background-color: #9DD0F3;
}
.BgClassName
{
background-color: #9DD0F3;
}
</style>
border-color css
<style>
span { border-color: #9DD0F3; }
span { border-color: rgb(157,208,243); }
td.TdClassName
{
border-color: #9DD0F3;
}
.TagClassName
{
border-color: #9DD0F3;
}
</style>