Shades of Summer Sky #2FB5E4
Tints of Summer Sky #2FB5E4
RGB
CMYK
RGB Variations
Color information
#2FB5E4 (or 0x2FB5E4) is known color: Summer Sky. HEX triplet: 2F, B5 and E4. RGB value is (47,181,228). Sum of RGB (Red+Green+Blue) = 47+181+228=456 (60% of max value = 765). Red value is 47 (18.75% from 255 or 10.31% from 456); Green value is 181 (71.09% from 255 or 39.69% from 456); Blue value is 228 (89.45% from 255 or 50% from 456); Max value from RGB is 228 - color contains mainly: blue. Hex color #2FB5E4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FB5E4 is #D04A1B. Grayscale: #919191. Windows color (decimal): -13650460 or 14988591. OLE color: 14988591.
HSL color Cylindrical-coordinate representation of color #2FB5E4: hue angle of 195.58º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FB5E4 is Cyan = 0.79, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 47 | 181 | 228 | - |
| CMYK | 0.79 | 0.21 | 0 | 0.11 |
| HSL | 195.58º | 0.77% | 0.54% | - |
| HSV(B) | 195.58º | 0.79% | 0.89% | - |
| XYZ | 31.7 | 39.25 | 79.3 | - |
| YUV | 146.29 | 174.11 | 57.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 181 | 228 | 0.79 | 0.21 | 0 | 0.11 | 195.58 | 0.77 | 0.54 |
| Hex | 2F | B5 | E4 | 4F | 15 | 0 | B | C4 | 4D | 36 |
| Octal | 57 | 265 | 344 | 117 | 25 | 0 | 13 | 304 | 115 | 66 |
| Binary | 101111 | 10110101 | 11100100 | 1001111 | 10101 | 0 | 1011 | 11000100 | 1001101 | 110110 |
Color Harmonies of #2FB5E4
Complementary color
Monochromatic Colors of #2FB5E4
Black with #2FB5E4
Text Example
Text Example
White with #2FB5E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB5E4; }
p { color: rgb(47,181,228); }
H1.HeaderClassName
{
color: #2FB5E4;
}
.AnyTagClassName
{
color: #2FB5E4;
}
</style>
background-color css
<style>
a { background-color: #2FB5E4; }
a { background-color: rgb(47,181,228); }
div.DivClassName
{
background-color: #2FB5E4;
}
.BgClassName
{
background-color: #2FB5E4;
}
</style>
border-color css
<style>
span { border-color: #2FB5E4; }
span { border-color: rgb(47,181,228); }
td.TdClassName
{
border-color: #2FB5E4;
}
.TagClassName
{
border-color: #2FB5E4;
}
</style>