Shades of Summer Sky #2FCBEB
Tints of Summer Sky #2FCBEB
RGB
CMYK
RGB Variations
Color information
#2FCBEB (or 0x2FCBEB) is known color: Summer Sky. HEX triplet: 2F, CB and EB. RGB value is (47,203,235). Sum of RGB (Red+Green+Blue) = 47+203+235=485 (64% of max value = 765). Red value is 47 (18.75% from 255 or 9.69% from 485); Green value is 203 (79.69% from 255 or 41.86% from 485); Blue value is 235 (92.19% from 255 or 48.45% from 485); Max value from RGB is 235 - color contains mainly: blue. Hex color #2FCBEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FCBEB is #D03414. Grayscale: #9F9F9F. Windows color (decimal): -13644821 or 15452975. OLE color: 15452975.
HSL color Cylindrical-coordinate representation of color #2FCBEB: hue angle of 190.21º 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 #2FCBEB is Cyan = 0.8, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 47 | 203 | 235 | - |
| CMYK | 0.8 | 0.14 | 0 | 0.08 |
| HSL | 190.21º | 0.82% | 0.55% | - |
| HSV(B) | 190.21º | 0.8% | 0.92% | - |
| XYZ | 37.52 | 49.31 | 86.14 | - |
| YUV | 160 | 170.32 | 47.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 203 | 235 | 0.8 | 0.14 | 0 | 0.08 | 190.21 | 0.82 | 0.55 |
| Hex | 2F | CB | EB | 50 | E | 0 | 8 | BE | 52 | 37 |
| Octal | 57 | 313 | 353 | 120 | 16 | 0 | 10 | 276 | 122 | 67 |
| Binary | 101111 | 11001011 | 11101011 | 1010000 | 1110 | 0 | 1000 | 10111110 | 1010010 | 110111 |
Color Harmonies of #2FCBEB
Complementary color
Monochromatic Colors of #2FCBEB
Black with #2FCBEB
Text Example
Text Example
White with #2FCBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCBEB; }
p { color: rgb(47,203,235); }
H1.HeaderClassName
{
color: #2FCBEB;
}
.AnyTagClassName
{
color: #2FCBEB;
}
</style>
background-color css
<style>
a { background-color: #2FCBEB; }
a { background-color: rgb(47,203,235); }
div.DivClassName
{
background-color: #2FCBEB;
}
.BgClassName
{
background-color: #2FCBEB;
}
</style>
border-color css
<style>
span { border-color: #2FCBEB; }
span { border-color: rgb(47,203,235); }
td.TdClassName
{
border-color: #2FCBEB;
}
.TagClassName
{
border-color: #2FCBEB;
}
</style>