Shades of Sail #9FCCF3
Tints of Sail #9FCCF3
RGB
CMYK
RGB Variations
Color information
#9FCCF3 (or 0x9FCCF3) is known color: Sail. HEX triplet: 9F, CC and F3. RGB value is (159,204,243). Sum of RGB (Red+Green+Blue) = 159+204+243=606 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.24% from 606); Green value is 204 (80.08% from 255 or 33.66% from 606); Blue value is 243 (95.31% from 255 or 40.10% from 606); Max value from RGB is 243 - color contains mainly: blue. Hex color #9FCCF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FCCF3 is #60330C. Grayscale: #C2C2C2. Windows color (decimal): -6304525 or 15977631. OLE color: 15977631.
HSL color Cylindrical-coordinate representation of color #9FCCF3: hue angle of 207.86º degrees, saturation: 0.78, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9FCCF3 is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 159 | 204 | 243 | - |
| CMYK | 0.35 | 0.16 | 0 | 0.05 |
| HSL | 207.86º | 0.78% | 0.79% | - |
| HSV(B) | 207.86º | 0.35% | 0.95% | - |
| XYZ | 52.07 | 57.03 | 93.06 | - |
| YUV | 194.99 | 155.09 | 102.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 204 | 243 | 0.35 | 0.16 | 0 | 0.05 | 207.86 | 0.78 | 0.79 |
| Hex | 9F | CC | F3 | 23 | 10 | 0 | 5 | D0 | 4E | 4F |
| Octal | 237 | 314 | 363 | 43 | 20 | 0 | 5 | 320 | 116 | 117 |
| Binary | 10011111 | 11001100 | 11110011 | 100011 | 10000 | 0 | 101 | 11010000 | 1001110 | 1001111 |
Color Harmonies of #9FCCF3
Complementary color
Monochromatic Colors of #9FCCF3
Black with #9FCCF3
Text Example
Text Example
White with #9FCCF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCCF3; }
p { color: rgb(159,204,243); }
H1.HeaderClassName
{
color: #9FCCF3;
}
.AnyTagClassName
{
color: #9FCCF3;
}
</style>
background-color css
<style>
a { background-color: #9FCCF3; }
a { background-color: rgb(159,204,243); }
div.DivClassName
{
background-color: #9FCCF3;
}
.BgClassName
{
background-color: #9FCCF3;
}
</style>
border-color css
<style>
span { border-color: #9FCCF3; }
span { border-color: rgb(159,204,243); }
td.TdClassName
{
border-color: #9FCCF3;
}
.TagClassName
{
border-color: #9FCCF3;
}
</style>