Shades of Summer Sky #2FB6EC
Tints of Summer Sky #2FB6EC
RGB
CMYK
RGB Variations
Color information
#2FB6EC (or 0x2FB6EC) is known color: Summer Sky. HEX triplet: 2F, B6 and EC. RGB value is (47,182,236). Sum of RGB (Red+Green+Blue) = 47+182+236=465 (61% of max value = 765). Red value is 47 (18.75% from 255 or 10.11% from 465); Green value is 182 (71.48% from 255 or 39.14% from 465); Blue value is 236 (92.58% from 255 or 50.75% from 465); Max value from RGB is 236 - color contains mainly: blue. Hex color #2FB6EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FB6EC is #D04913. Grayscale: #939393. Windows color (decimal): -13650196 or 15513135. OLE color: 15513135.
HSL color Cylindrical-coordinate representation of color #2FB6EC: hue angle of 197.14º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FB6EC is Cyan = 0.80, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 182 | 236 | - |
| CMYK | 0.80 | 0.23 | 0 | 0.07 |
| HSL | 197.14º | 0.83% | 0.55% | - |
| HSV(B) | 197.14º | 0.8% | 0.93% | - |
| XYZ | 33.04 | 40.12 | 85.36 | - |
| YUV | 147.79 | 177.77 | 56.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 182 | 236 | 0.80 | 0.23 | 0 | 0.07 | 197.14 | 0.83 | 0.55 |
| Hex | 2F | B6 | EC | 50 | 17 | 0 | 7 | C5 | 53 | 37 |
| Octal | 57 | 266 | 354 | 120 | 27 | 0 | 7 | 305 | 123 | 67 |
| Binary | 101111 | 10110110 | 11101100 | 1010000 | 10111 | 0 | 111 | 11000101 | 1010011 | 110111 |
Color Harmonies of #2FB6EC
Complementary color
Monochromatic Colors of #2FB6EC
Black with #2FB6EC
Text Example
Text Example
White with #2FB6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB6EC; }
p { color: rgb(47,182,236); }
H1.HeaderClassName
{
color: #2FB6EC;
}
.AnyTagClassName
{
color: #2FB6EC;
}
</style>
background-color css
<style>
a { background-color: #2FB6EC; }
a { background-color: rgb(47,182,236); }
div.DivClassName
{
background-color: #2FB6EC;
}
.BgClassName
{
background-color: #2FB6EC;
}
</style>
border-color css
<style>
span { border-color: #2FB6EC; }
span { border-color: rgb(47,182,236); }
td.TdClassName
{
border-color: #2FB6EC;
}
.TagClassName
{
border-color: #2FB6EC;
}
</style>