Shades of Summer Sky #2F9ACE
Tints of Summer Sky #2F9ACE
RGB
CMYK
RGB Variations
Color information
#2F9ACE (or 0x2F9ACE) is known color: Summer Sky. HEX triplet: 2F, 9A and CE. RGB value is (47,154,206). Sum of RGB (Red+Green+Blue) = 47+154+206=407 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.55% from 407); Green value is 154 (60.55% from 255 or 37.84% from 407); Blue value is 206 (80.86% from 255 or 50.61% from 407); Max value from RGB is 206 - color contains mainly: blue. Hex color #2F9ACE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2F9ACE is #D06531. Grayscale: #7F7F7F. Windows color (decimal): -13657394 or 13539887. OLE color: 13539887.
HSL color Cylindrical-coordinate representation of color #2F9ACE: hue angle of 199.62º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2F9ACE is Cyan = 0.77, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 47 | 154 | 206 | - |
| CMYK | 0.77 | 0.25 | 0 | 0.19 |
| HSL | 199.62º | 0.63% | 0.5% | - |
| HSV(B) | 199.62º | 0.77% | 0.81% | - |
| XYZ | 23.87 | 28.17 | 62.57 | - |
| YUV | 127.94 | 172.05 | 70.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 154 | 206 | 0.77 | 0.25 | 0 | 0.19 | 199.62 | 0.63 | 0.5 |
| Hex | 2F | 9A | CE | 4D | 19 | 0 | 13 | C8 | 3F | 32 |
| Octal | 57 | 232 | 316 | 115 | 31 | 0 | 23 | 310 | 77 | 62 |
| Binary | 101111 | 10011010 | 11001110 | 1001101 | 11001 | 0 | 10011 | 11001000 | 111111 | 110010 |
Color Harmonies of #2F9ACE
Complementary color
Monochromatic Colors of #2F9ACE
Black with #2F9ACE
Text Example
Text Example
White with #2F9ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F9ACE; }
p { color: rgb(47,154,206); }
H1.HeaderClassName
{
color: #2F9ACE;
}
.AnyTagClassName
{
color: #2F9ACE;
}
</style>
background-color css
<style>
a { background-color: #2F9ACE; }
a { background-color: rgb(47,154,206); }
div.DivClassName
{
background-color: #2F9ACE;
}
.BgClassName
{
background-color: #2F9ACE;
}
</style>
border-color css
<style>
span { border-color: #2F9ACE; }
span { border-color: rgb(47,154,206); }
td.TdClassName
{
border-color: #2F9ACE;
}
.TagClassName
{
border-color: #2F9ACE;
}
</style>