Shades of Summer Sky #2FCEF5
Tints of Summer Sky #2FCEF5
RGB
CMYK
RGB Variations
Color information
#2FCEF5 (or 0x2FCEF5) is known color: Summer Sky. HEX triplet: 2F, CE and F5. RGB value is (47,206,245). Sum of RGB (Red+Green+Blue) = 47+206+245=498 (65% of max value = 765). Red value is 47 (18.75% from 255 or 9.44% from 498); Green value is 206 (80.86% from 255 or 41.37% from 498); Blue value is 245 (96.09% from 255 or 49.20% from 498); Max value from RGB is 245 - color contains mainly: blue. Hex color #2FCEF5 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FCEF5 is #D0310A. Grayscale: #A2A2A2. Windows color (decimal): -13644043 or 16109103. OLE color: 16109103.
HSL color Cylindrical-coordinate representation of color #2FCEF5: hue angle of 191.82º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FCEF5 is Cyan = 0.81, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 47 | 206 | 245 | - |
| CMYK | 0.81 | 0.16 | 0 | 0.04 |
| HSL | 191.82º | 0.91% | 0.57% | - |
| HSV(B) | 191.82º | 0.81% | 0.96% | - |
| XYZ | 39.73 | 51.34 | 94.2 | - |
| YUV | 162.91 | 174.32 | 45.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 206 | 245 | 0.81 | 0.16 | 0 | 0.04 | 191.82 | 0.91 | 0.57 |
| Hex | 2F | CE | F5 | 51 | 10 | 0 | 4 | C0 | 5B | 39 |
| Octal | 57 | 316 | 365 | 121 | 20 | 0 | 4 | 300 | 133 | 71 |
| Binary | 101111 | 11001110 | 11110101 | 1010001 | 10000 | 0 | 100 | 11000000 | 1011011 | 111001 |
Color Harmonies of #2FCEF5
Complementary color
Monochromatic Colors of #2FCEF5
Black with #2FCEF5
Text Example
Text Example
White with #2FCEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCEF5; }
p { color: rgb(47,206,245); }
H1.HeaderClassName
{
color: #2FCEF5;
}
.AnyTagClassName
{
color: #2FCEF5;
}
</style>
background-color css
<style>
a { background-color: #2FCEF5; }
a { background-color: rgb(47,206,245); }
div.DivClassName
{
background-color: #2FCEF5;
}
.BgClassName
{
background-color: #2FCEF5;
}
</style>
border-color css
<style>
span { border-color: #2FCEF5; }
span { border-color: rgb(47,206,245); }
td.TdClassName
{
border-color: #2FCEF5;
}
.TagClassName
{
border-color: #2FCEF5;
}
</style>