Shades of Sail #9DCDF3
Tints of Sail #9DCDF3
RGB
CMYK
RGB Variations
Color information
#9DCDF3 (or 0x9DCDF3) is known color: Sail. HEX triplet: 9D, CD and F3. RGB value is (157,205,243). Sum of RGB (Red+Green+Blue) = 157+205+243=605 (80% of max value = 765). Red value is 157 (61.72% from 255 or 25.95% from 605); Green value is 205 (80.47% from 255 or 33.88% from 605); Blue value is 243 (95.31% from 255 or 40.17% from 605); Max value from RGB is 243 - color contains mainly: blue. Hex color #9DCDF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DCDF3 is #62320C. Grayscale: #C2C2C2. Windows color (decimal): -6435341 or 15977885. OLE color: 15977885.
HSL color Cylindrical-coordinate representation of color #9DCDF3: hue angle of 206.51º 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 #9DCDF3 is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 157 | 205 | 243 | - |
| CMYK | 0.35 | 0.16 | 0 | 0.05 |
| HSL | 206.51º | 0.78% | 0.78% | - |
| HSV(B) | 206.51º | 0.35% | 0.95% | - |
| XYZ | 51.91 | 57.3 | 93.12 | - |
| YUV | 194.98 | 155.1 | 100.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 205 | 243 | 0.35 | 0.16 | 0 | 0.05 | 206.51 | 0.78 | 0.78 |
| Hex | 9D | CD | F3 | 23 | 10 | 0 | 5 | CF | 4E | 4E |
| Octal | 235 | 315 | 363 | 43 | 20 | 0 | 5 | 317 | 116 | 116 |
| Binary | 10011101 | 11001101 | 11110011 | 100011 | 10000 | 0 | 101 | 11001111 | 1001110 | 1001110 |
Color Harmonies of #9DCDF3
Complementary color
Monochromatic Colors of #9DCDF3
Black with #9DCDF3
Text Example
Text Example
White with #9DCDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCDF3; }
p { color: rgb(157,205,243); }
H1.HeaderClassName
{
color: #9DCDF3;
}
.AnyTagClassName
{
color: #9DCDF3;
}
</style>
background-color css
<style>
a { background-color: #9DCDF3; }
a { background-color: rgb(157,205,243); }
div.DivClassName
{
background-color: #9DCDF3;
}
.BgClassName
{
background-color: #9DCDF3;
}
</style>
border-color css
<style>
span { border-color: #9DCDF3; }
span { border-color: rgb(157,205,243); }
td.TdClassName
{
border-color: #9DCDF3;
}
.TagClassName
{
border-color: #9DCDF3;
}
</style>