Shades of Summer Sky #2FCCFE
Tints of Summer Sky #2FCCFE
RGB
CMYK
RGB Variations
Color information
#2FCCFE (or 0x2FCCFE) is known color: Summer Sky. HEX triplet: 2F, CC and FE. RGB value is (47,204,254). Sum of RGB (Red+Green+Blue) = 47+204+254=505 (66% of max value = 765). Red value is 47 (18.75% from 255 or 9.31% from 505); Green value is 204 (80.08% from 255 or 40.40% from 505); Blue value is 254 (99.61% from 255 or 50.30% from 505); Max value from RGB is 254 - color contains mainly: blue. Hex color #2FCCFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FCCFE is #D03301. Grayscale: #A2A2A2. Windows color (decimal): -13644546 or 16698415. OLE color: 16698415.
HSL color Cylindrical-coordinate representation of color #2FCCFE: hue angle of 194.49º 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 #2FCCFE is Cyan = 0.81, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 47 | 204 | 254 | - |
| CMYK | 0.81 | 0.20 | 0 | 0.00 |
| HSL | 194.49º | 0.99% | 0.59% | - |
| HSV(B) | 194.49º | 0.81% | 1% | - |
| XYZ | 40.65 | 50.95 | 101.46 | - |
| YUV | 162.76 | 179.49 | 45.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 204 | 254 | 0.81 | 0.20 | 0 | 0.00 | 194.49 | 0.99 | 0.59 |
| Hex | 2F | CC | FE | 51 | 14 | 0 | 0 | C2 | 63 | 3B |
| Octal | 57 | 314 | 376 | 121 | 24 | 0 | 0 | 302 | 143 | 73 |
| Binary | 101111 | 11001100 | 11111110 | 1010001 | 10100 | 0 | 0 | 11000010 | 1100011 | 111011 |
Color Harmonies of #2FCCFE
Complementary color
Monochromatic Colors of #2FCCFE
Black with #2FCCFE
Text Example
Text Example
White with #2FCCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCCFE; }
p { color: rgb(47,204,254); }
H1.HeaderClassName
{
color: #2FCCFE;
}
.AnyTagClassName
{
color: #2FCCFE;
}
</style>
background-color css
<style>
a { background-color: #2FCCFE; }
a { background-color: rgb(47,204,254); }
div.DivClassName
{
background-color: #2FCCFE;
}
.BgClassName
{
background-color: #2FCCFE;
}
</style>
border-color css
<style>
span { border-color: #2FCCFE; }
span { border-color: rgb(47,204,254); }
td.TdClassName
{
border-color: #2FCCFE;
}
.TagClassName
{
border-color: #2FCCFE;
}
</style>