Shades of Summer Sky #2FBEEB
Tints of Summer Sky #2FBEEB
RGB
CMYK
RGB Variations
Color information
#2FBEEB (or 0x2FBEEB) is known color: Summer Sky. HEX triplet: 2F, BE and EB. RGB value is (47,190,235). Sum of RGB (Red+Green+Blue) = 47+190+235=472 (62% of max value = 765). Red value is 47 (18.75% from 255 or 9.96% from 472); Green value is 190 (74.61% from 255 or 40.25% from 472); Blue value is 235 (92.19% from 255 or 49.79% from 472); Max value from RGB is 235 - color contains mainly: blue. Hex color #2FBEEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FBEEB is #D04114. Grayscale: #989898. Windows color (decimal): -13648149 or 15449647. OLE color: 15449647.
HSL color Cylindrical-coordinate representation of color #2FBEEB: hue angle of 194.36º 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 #2FBEEB is Cyan = 0.8, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 47 | 190 | 235 | - |
| CMYK | 0.8 | 0.19 | 0 | 0.08 |
| HSL | 194.36º | 0.82% | 0.55% | - |
| HSV(B) | 194.36º | 0.8% | 0.92% | - |
| XYZ | 34.58 | 43.43 | 85.16 | - |
| YUV | 152.37 | 174.62 | 52.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 190 | 235 | 0.8 | 0.19 | 0 | 0.08 | 194.36 | 0.82 | 0.55 |
| Hex | 2F | BE | EB | 50 | 13 | 0 | 8 | C2 | 52 | 37 |
| Octal | 57 | 276 | 353 | 120 | 23 | 0 | 10 | 302 | 122 | 67 |
| Binary | 101111 | 10111110 | 11101011 | 1010000 | 10011 | 0 | 1000 | 11000010 | 1010010 | 110111 |
Color Harmonies of #2FBEEB
Complementary color
Monochromatic Colors of #2FBEEB
Black with #2FBEEB
Text Example
Text Example
White with #2FBEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBEEB; }
p { color: rgb(47,190,235); }
H1.HeaderClassName
{
color: #2FBEEB;
}
.AnyTagClassName
{
color: #2FBEEB;
}
</style>
background-color css
<style>
a { background-color: #2FBEEB; }
a { background-color: rgb(47,190,235); }
div.DivClassName
{
background-color: #2FBEEB;
}
.BgClassName
{
background-color: #2FBEEB;
}
</style>
border-color css
<style>
span { border-color: #2FBEEB; }
span { border-color: rgb(47,190,235); }
td.TdClassName
{
border-color: #2FBEEB;
}
.TagClassName
{
border-color: #2FBEEB;
}
</style>