Shades of Sail #9DCDF4
Tints of Sail #9DCDF4
RGB
CMYK
RGB Variations
Color information
#9DCDF4 (or 0x9DCDF4) is known color: Sail. HEX triplet: 9D, CD and F4. RGB value is (157,205,244). Sum of RGB (Red+Green+Blue) = 157+205+244=606 (80% of max value = 765). Red value is 157 (61.72% from 255 or 25.91% from 606); Green value is 205 (80.47% from 255 or 33.83% from 606); Blue value is 244 (95.70% from 255 or 40.26% from 606); Max value from RGB is 244 - color contains mainly: blue. Hex color #9DCDF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DCDF4 is #62320B. Grayscale: #C2C2C2. Windows color (decimal): -6435340 or 16043421. OLE color: 16043421.
HSL color Cylindrical-coordinate representation of color #9DCDF4: hue angle of 206.9º degrees, saturation: 0.8, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9DCDF4 is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 157 | 205 | 244 | - |
| CMYK | 0.36 | 0.16 | 0 | 0.04 |
| HSL | 206.9º | 0.8% | 0.79% | - |
| HSV(B) | 206.9º | 0.36% | 0.96% | - |
| XYZ | 52.07 | 57.36 | 93.92 | - |
| YUV | 195.09 | 155.6 | 100.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 205 | 244 | 0.36 | 0.16 | 0 | 0.04 | 206.9 | 0.8 | 0.79 |
| Hex | 9D | CD | F4 | 24 | 10 | 0 | 4 | CF | 50 | 4F |
| Octal | 235 | 315 | 364 | 44 | 20 | 0 | 4 | 317 | 120 | 117 |
| Binary | 10011101 | 11001101 | 11110100 | 100100 | 10000 | 0 | 100 | 11001111 | 1010000 | 1001111 |
Color Harmonies of #9DCDF4
Complementary color
Monochromatic Colors of #9DCDF4
Black with #9DCDF4
Text Example
Text Example
White with #9DCDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCDF4; }
p { color: rgb(157,205,244); }
H1.HeaderClassName
{
color: #9DCDF4;
}
.AnyTagClassName
{
color: #9DCDF4;
}
</style>
background-color css
<style>
a { background-color: #9DCDF4; }
a { background-color: rgb(157,205,244); }
div.DivClassName
{
background-color: #9DCDF4;
}
.BgClassName
{
background-color: #9DCDF4;
}
</style>
border-color css
<style>
span { border-color: #9DCDF4; }
span { border-color: rgb(157,205,244); }
td.TdClassName
{
border-color: #9DCDF4;
}
.TagClassName
{
border-color: #9DCDF4;
}
</style>