Shades of Summer Sky #2FD1EA
Tints of Summer Sky #2FD1EA
RGB
CMYK
RGB Variations
Color information
#2FD1EA (or 0x2FD1EA) is known color: Summer Sky. HEX triplet: 2F, D1 and EA. RGB value is (47,209,234). Sum of RGB (Red+Green+Blue) = 47+209+234=490 (64% of max value = 765). Red value is 47 (18.75% from 255 or 9.59% from 490); Green value is 209 (82.03% from 255 or 42.65% from 490); Blue value is 234 (91.80% from 255 or 47.76% from 490); Max value from RGB is 234 - color contains mainly: blue. Hex color #2FD1EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FD1EA is #D02E15. Grayscale: #A3A3A3. Windows color (decimal): -13643286 or 15388975. OLE color: 15388975.
HSL color Cylindrical-coordinate representation of color #2FD1EA: hue angle of 188.02º 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 #2FD1EA is Cyan = 0.80, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 47 | 209 | 234 | - |
| CMYK | 0.80 | 0.11 | 0 | 0.08 |
| HSL | 188.02º | 0.82% | 0.55% | - |
| HSV(B) | 188.02º | 0.8% | 0.92% | - |
| XYZ | 38.82 | 52.15 | 85.86 | - |
| YUV | 163.41 | 167.83 | 44.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 209 | 234 | 0.80 | 0.11 | 0 | 0.08 | 188.02 | 0.82 | 0.55 |
| Hex | 2F | D1 | EA | 50 | B | 0 | 8 | BC | 52 | 37 |
| Octal | 57 | 321 | 352 | 120 | 13 | 0 | 10 | 274 | 122 | 67 |
| Binary | 101111 | 11010001 | 11101010 | 1010000 | 1011 | 0 | 1000 | 10111100 | 1010010 | 110111 |
Color Harmonies of #2FD1EA
Complementary color
Monochromatic Colors of #2FD1EA
Black with #2FD1EA
Text Example
Text Example
White with #2FD1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD1EA; }
p { color: rgb(47,209,234); }
H1.HeaderClassName
{
color: #2FD1EA;
}
.AnyTagClassName
{
color: #2FD1EA;
}
</style>
background-color css
<style>
a { background-color: #2FD1EA; }
a { background-color: rgb(47,209,234); }
div.DivClassName
{
background-color: #2FD1EA;
}
.BgClassName
{
background-color: #2FD1EA;
}
</style>
border-color css
<style>
span { border-color: #2FD1EA; }
span { border-color: rgb(47,209,234); }
td.TdClassName
{
border-color: #2FD1EA;
}
.TagClassName
{
border-color: #2FD1EA;
}
</style>