Shades of Summer Sky #2FCEFE
Tints of Summer Sky #2FCEFE
RGB
CMYK
RGB Variations
Color information
#2FCEFE (or 0x2FCEFE) is known color: Summer Sky. HEX triplet: 2F, CE and FE. RGB value is (47,206,254). Sum of RGB (Red+Green+Blue) = 47+206+254=507 (67% of max value = 765). Red value is 47 (18.75% from 255 or 9.27% from 507); Green value is 206 (80.86% from 255 or 40.63% from 507); Blue value is 254 (99.61% from 255 or 50.10% from 507); Max value from RGB is 254 - color contains mainly: blue. Hex color #2FCEFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FCEFE is #D03101. Grayscale: #A3A3A3. Windows color (decimal): -13644034 or 16698927. OLE color: 16698927.
HSL color Cylindrical-coordinate representation of color #2FCEFE: hue angle of 193.91º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FCEFE is Cyan = 0.81, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 47 | 206 | 254 | - |
| CMYK | 0.81 | 0.19 | 0 | 0.00 |
| HSL | 193.91º | 0.99% | 0.59% | - |
| HSV(B) | 193.91º | 0.81% | 1% | - |
| XYZ | 41.13 | 51.9 | 101.62 | - |
| YUV | 163.93 | 178.82 | 44.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 206 | 254 | 0.81 | 0.19 | 0 | 0.00 | 193.91 | 0.99 | 0.59 |
| Hex | 2F | CE | FE | 51 | 13 | 0 | 0 | C2 | 63 | 3B |
| Octal | 57 | 316 | 376 | 121 | 23 | 0 | 0 | 302 | 143 | 73 |
| Binary | 101111 | 11001110 | 11111110 | 1010001 | 10011 | 0 | 0 | 11000010 | 1100011 | 111011 |
Color Harmonies of #2FCEFE
Complementary color
Monochromatic Colors of #2FCEFE
Black with #2FCEFE
Text Example
Text Example
White with #2FCEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCEFE; }
p { color: rgb(47,206,254); }
H1.HeaderClassName
{
color: #2FCEFE;
}
.AnyTagClassName
{
color: #2FCEFE;
}
</style>
background-color css
<style>
a { background-color: #2FCEFE; }
a { background-color: rgb(47,206,254); }
div.DivClassName
{
background-color: #2FCEFE;
}
.BgClassName
{
background-color: #2FCEFE;
}
</style>
border-color css
<style>
span { border-color: #2FCEFE; }
span { border-color: rgb(47,206,254); }
td.TdClassName
{
border-color: #2FCEFE;
}
.TagClassName
{
border-color: #2FCEFE;
}
</style>