Shades of Summer Sky #2FB2EB
Tints of Summer Sky #2FB2EB
RGB
CMYK
RGB Variations
Color information
#2FB2EB (or 0x2FB2EB) is known color: Summer Sky. HEX triplet: 2F, B2 and EB. RGB value is (47,178,235). Sum of RGB (Red+Green+Blue) = 47+178+235=460 (60% of max value = 765). Red value is 47 (18.75% from 255 or 10.22% from 460); Green value is 178 (69.92% from 255 or 38.70% from 460); Blue value is 235 (92.19% from 255 or 51.09% from 460); Max value from RGB is 235 - color contains mainly: blue. Hex color #2FB2EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2FB2EB is #D04D14. Grayscale: #909090. Windows color (decimal): -13651221 or 15446575. OLE color: 15446575.
HSL color Cylindrical-coordinate representation of color #2FB2EB: hue angle of 198.19º 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 #2FB2EB is Cyan = 0.8, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 47 | 178 | 235 | - |
CMYK | 0.8 | 0.24 | 0 | 0.08 |
HSL | 198.19º | 0.82% | 0.55% | - |
HSV(B) | 198.19º | 0.8% | 0.92% | - |
XYZ | 32.09 | 38.44 | 84.33 | - |
YUV | 145.33 | 178.6 | 57.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 47 | 178 | 235 | 0.8 | 0.24 | 0 | 0.08 | 198.19 | 0.82 | 0.55 |
Hex | 2F | B2 | EB | 50 | 18 | 0 | 8 | C6 | 52 | 37 |
Octal | 57 | 262 | 353 | 120 | 30 | 0 | 10 | 306 | 122 | 67 |
Binary | 101111 | 10110010 | 11101011 | 1010000 | 11000 | 0 | 1000 | 11000110 | 1010010 | 110111 |
Color Harmonies of #2FB2EB
Complementary color
Monochromatic Colors of #2FB2EB
Black with #2FB2EB
Text Example
Text Example
White with #2FB2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB2EB; }
p { color: rgb(47,178,235); }
H1.HeaderClassName
{
color: #2FB2EB;
}
.AnyTagClassName
{
color: #2FB2EB;
}
</style>
background-color css
<style>
a { background-color: #2FB2EB; }
a { background-color: rgb(47,178,235); }
div.DivClassName
{
background-color: #2FB2EB;
}
.BgClassName
{
background-color: #2FB2EB;
}
</style>
border-color css
<style>
span { border-color: #2FB2EB; }
span { border-color: rgb(47,178,235); }
td.TdClassName
{
border-color: #2FB2EB;
}
.TagClassName
{
border-color: #2FB2EB;
}
</style>