Shades of Sail #9CCDF1
Tints of Sail #9CCDF1
RGB
CMYK
RGB Variations
Color information
#9CCDF1 (or 0x9CCDF1) is known color: Sail. HEX triplet: 9C, CD and F1. RGB value is (156,205,241). Sum of RGB (Red+Green+Blue) = 156+205+241=602 (79% of max value = 765). Red value is 156 (61.33% from 255 or 25.91% from 602); Green value is 205 (80.47% from 255 or 34.05% from 602); Blue value is 241 (94.53% from 255 or 40.03% from 602); Max value from RGB is 241 - color contains mainly: blue. Hex color #9CCDF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CCDF1 is #63320E. Grayscale: #C2C2C2. Windows color (decimal): -6500879 or 15846812. OLE color: 15846812.
HSL color Cylindrical-coordinate representation of color #9CCDF1: hue angle of 205.41º degrees, saturation: 0.75, 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 #9CCDF1 is Cyan = 0.35, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 156 | 205 | 241 | - |
| CMYK | 0.35 | 0.15 | 0 | 0.05 |
| HSL | 205.41º | 0.75% | 0.78% | - |
| HSV(B) | 205.41º | 0.35% | 0.95% | - |
| XYZ | 51.42 | 57.08 | 91.53 | - |
| YUV | 194.45 | 154.27 | 100.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 205 | 241 | 0.35 | 0.15 | 0 | 0.05 | 205.41 | 0.75 | 0.78 |
| Hex | 9C | CD | F1 | 23 | F | 0 | 5 | CD | 4B | 4E |
| Octal | 234 | 315 | 361 | 43 | 17 | 0 | 5 | 315 | 113 | 116 |
| Binary | 10011100 | 11001101 | 11110001 | 100011 | 1111 | 0 | 101 | 11001101 | 1001011 | 1001110 |
Color Harmonies of #9CCDF1
Complementary color
Monochromatic Colors of #9CCDF1
Black with #9CCDF1
Text Example
Text Example
White with #9CCDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCDF1; }
p { color: rgb(156,205,241); }
H1.HeaderClassName
{
color: #9CCDF1;
}
.AnyTagClassName
{
color: #9CCDF1;
}
</style>
background-color css
<style>
a { background-color: #9CCDF1; }
a { background-color: rgb(156,205,241); }
div.DivClassName
{
background-color: #9CCDF1;
}
.BgClassName
{
background-color: #9CCDF1;
}
</style>
border-color css
<style>
span { border-color: #9CCDF1; }
span { border-color: rgb(156,205,241); }
td.TdClassName
{
border-color: #9CCDF1;
}
.TagClassName
{
border-color: #9CCDF1;
}
</style>