Shades of Summer Sky #2FC6EB
Tints of Summer Sky #2FC6EB
RGB
CMYK
RGB Variations
Color information
#2FC6EB (or 0x2FC6EB) is known color: Summer Sky. HEX triplet: 2F, C6 and EB. RGB value is (47,198,235). Sum of RGB (Red+Green+Blue) = 47+198+235=480 (63% of max value = 765). Red value is 47 (18.75% from 255 or 9.79% from 480); Green value is 198 (77.73% from 255 or 41.25% from 480); Blue value is 235 (92.19% from 255 or 48.96% from 480); Max value from RGB is 235 - color contains mainly: blue. Hex color #2FC6EB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FC6EB is #D03914. Grayscale: #9C9C9C. Windows color (decimal): -13646101 or 15451695. OLE color: 15451695.
HSL color Cylindrical-coordinate representation of color #2FC6EB: hue angle of 191.81º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FC6EB is Cyan = 0.8, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 47 | 198 | 235 | - |
CMYK | 0.8 | 0.16 | 0 | 0.08 |
HSL | 191.81º | 0.82% | 0.55% | - |
HSV(B) | 191.81º | 0.8% | 0.92% | - |
XYZ | 36.36 | 46.99 | 85.75 | - |
YUV | 157.07 | 171.97 | 49.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 47 | 198 | 235 | 0.8 | 0.16 | 0 | 0.08 | 191.81 | 0.82 | 0.55 |
Hex | 2F | C6 | EB | 50 | 10 | 0 | 8 | C0 | 52 | 37 |
Octal | 57 | 306 | 353 | 120 | 20 | 0 | 10 | 300 | 122 | 67 |
Binary | 101111 | 11000110 | 11101011 | 1010000 | 10000 | 0 | 1000 | 11000000 | 1010010 | 110111 |
Color Harmonies of #2FC6EB
Complementary color
Monochromatic Colors of #2FC6EB
Black with #2FC6EB
Text Example
Text Example
White with #2FC6EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC6EB; }
p { color: rgb(47,198,235); }
H1.HeaderClassName
{
color: #2FC6EB;
}
.AnyTagClassName
{
color: #2FC6EB;
}
</style>
background-color css
<style>
a { background-color: #2FC6EB; }
a { background-color: rgb(47,198,235); }
div.DivClassName
{
background-color: #2FC6EB;
}
.BgClassName
{
background-color: #2FC6EB;
}
</style>
border-color css
<style>
span { border-color: #2FC6EB; }
span { border-color: rgb(47,198,235); }
td.TdClassName
{
border-color: #2FC6EB;
}
.TagClassName
{
border-color: #2FC6EB;
}
</style>