Shades of Sail #9CCEF2
Tints of Sail #9CCEF2
RGB
CMYK
RGB Variations
Color information
#9CCEF2 (or 0x9CCEF2) is known color: Sail. HEX triplet: 9C, CE and F2. RGB value is (156,206,242). Sum of RGB (Red+Green+Blue) = 156+206+242=604 (80% of max value = 765). Red value is 156 (61.33% from 255 or 25.83% from 604); Green value is 206 (80.86% from 255 or 34.11% from 604); Blue value is 242 (94.92% from 255 or 40.07% from 604); Max value from RGB is 242 - color contains mainly: blue. Hex color #9CCEF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CCEF2 is #63310D. Grayscale: #C2C2C2. Windows color (decimal): -6500622 or 15912604. OLE color: 15912604.
HSL color Cylindrical-coordinate representation of color #9CCEF2: hue angle of 205.12º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9CCEF2 is Cyan = 0.36, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 156 | 206 | 242 | - |
| CMYK | 0.36 | 0.15 | 0 | 0.05 |
| HSL | 205.12º | 0.77% | 0.78% | - |
| HSV(B) | 205.12º | 0.36% | 0.95% | - |
| XYZ | 51.81 | 57.62 | 92.4 | - |
| YUV | 195.15 | 154.44 | 100.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 206 | 242 | 0.36 | 0.15 | 0 | 0.05 | 205.12 | 0.77 | 0.78 |
| Hex | 9C | CE | F2 | 24 | F | 0 | 5 | CD | 4D | 4E |
| Octal | 234 | 316 | 362 | 44 | 17 | 0 | 5 | 315 | 115 | 116 |
| Binary | 10011100 | 11001110 | 11110010 | 100100 | 1111 | 0 | 101 | 11001101 | 1001101 | 1001110 |
Color Harmonies of #9CCEF2
Complementary color
Monochromatic Colors of #9CCEF2
Black with #9CCEF2
Text Example
Text Example
White with #9CCEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCEF2; }
p { color: rgb(156,206,242); }
H1.HeaderClassName
{
color: #9CCEF2;
}
.AnyTagClassName
{
color: #9CCEF2;
}
</style>
background-color css
<style>
a { background-color: #9CCEF2; }
a { background-color: rgb(156,206,242); }
div.DivClassName
{
background-color: #9CCEF2;
}
.BgClassName
{
background-color: #9CCEF2;
}
</style>
border-color css
<style>
span { border-color: #9CCEF2; }
span { border-color: rgb(156,206,242); }
td.TdClassName
{
border-color: #9CCEF2;
}
.TagClassName
{
border-color: #9CCEF2;
}
</style>