Shades of Sail #9FCDF2
Tints of Sail #9FCDF2
RGB
CMYK
RGB Variations
Color information
#9FCDF2 (or 0x9FCDF2) is known color: Sail. HEX triplet: 9F, CD and F2. RGB value is (159,205,242). Sum of RGB (Red+Green+Blue) = 159+205+242=606 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.24% from 606); Green value is 205 (80.47% from 255 or 33.83% from 606); Blue value is 242 (94.92% from 255 or 39.93% from 606); Max value from RGB is 242 - color contains mainly: blue. Hex color #9FCDF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FCDF2 is #60320D. Grayscale: #C3C3C3. Windows color (decimal): -6304270 or 15912351. OLE color: 15912351.
HSL color Cylindrical-coordinate representation of color #9FCDF2: hue angle of 206.75º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9FCDF2 is Cyan = 0.34, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 159 | 205 | 242 | - |
| CMYK | 0.34 | 0.15 | 0 | 0.05 |
| HSL | 206.75º | 0.76% | 0.79% | - |
| HSV(B) | 206.75º | 0.34% | 0.95% | - |
| XYZ | 52.16 | 57.44 | 92.34 | - |
| YUV | 195.46 | 154.26 | 101.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 205 | 242 | 0.34 | 0.15 | 0 | 0.05 | 206.75 | 0.76 | 0.79 |
| Hex | 9F | CD | F2 | 22 | F | 0 | 5 | CF | 4C | 4F |
| Octal | 237 | 315 | 362 | 42 | 17 | 0 | 5 | 317 | 114 | 117 |
| Binary | 10011111 | 11001101 | 11110010 | 100010 | 1111 | 0 | 101 | 11001111 | 1001100 | 1001111 |
Color Harmonies of #9FCDF2
Complementary color
Monochromatic Colors of #9FCDF2
Black with #9FCDF2
Text Example
Text Example
White with #9FCDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCDF2; }
p { color: rgb(159,205,242); }
H1.HeaderClassName
{
color: #9FCDF2;
}
.AnyTagClassName
{
color: #9FCDF2;
}
</style>
background-color css
<style>
a { background-color: #9FCDF2; }
a { background-color: rgb(159,205,242); }
div.DivClassName
{
background-color: #9FCDF2;
}
.BgClassName
{
background-color: #9FCDF2;
}
</style>
border-color css
<style>
span { border-color: #9FCDF2; }
span { border-color: rgb(159,205,242); }
td.TdClassName
{
border-color: #9FCDF2;
}
.TagClassName
{
border-color: #9FCDF2;
}
</style>