Shades of Summer Sky #2FCCFC
Tints of Summer Sky #2FCCFC
RGB
CMYK
RGB Variations
Color information
#2FCCFC (or 0x2FCCFC) is known color: Summer Sky. HEX triplet: 2F, CC and FC. RGB value is (47,204,252). Sum of RGB (Red+Green+Blue) = 47+204+252=503 (66% of max value = 765). Red value is 47 (18.75% from 255 or 9.34% from 503); Green value is 204 (80.08% from 255 or 40.56% from 503); Blue value is 252 (98.83% from 255 or 50.10% from 503); Max value from RGB is 252 - color contains mainly: blue. Hex color #2FCCFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FCCFC is #D03303. Grayscale: #A2A2A2. Windows color (decimal): -13644548 or 16567343. OLE color: 16567343.
HSL color Cylindrical-coordinate representation of color #2FCCFC: hue angle of 194.05º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FCCFC is Cyan = 0.81, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 204 | 252 | - |
| CMYK | 0.81 | 0.19 | 0 | 0.01 |
| HSL | 194.05º | 0.97% | 0.59% | - |
| HSV(B) | 194.05º | 0.81% | 0.99% | - |
| XYZ | 40.34 | 50.82 | 99.78 | - |
| YUV | 162.53 | 178.49 | 45.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 204 | 252 | 0.81 | 0.19 | 0 | 0.01 | 194.05 | 0.97 | 0.59 |
| Hex | 2F | CC | FC | 51 | 13 | 0 | 1 | C2 | 61 | 3B |
| Octal | 57 | 314 | 374 | 121 | 23 | 0 | 1 | 302 | 141 | 73 |
| Binary | 101111 | 11001100 | 11111100 | 1010001 | 10011 | 0 | 1 | 11000010 | 1100001 | 111011 |
Color Harmonies of #2FCCFC
Complementary color
Monochromatic Colors of #2FCCFC
Black with #2FCCFC
Text Example
Text Example
White with #2FCCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCCFC; }
p { color: rgb(47,204,252); }
H1.HeaderClassName
{
color: #2FCCFC;
}
.AnyTagClassName
{
color: #2FCCFC;
}
</style>
background-color css
<style>
a { background-color: #2FCCFC; }
a { background-color: rgb(47,204,252); }
div.DivClassName
{
background-color: #2FCCFC;
}
.BgClassName
{
background-color: #2FCCFC;
}
</style>
border-color css
<style>
span { border-color: #2FCCFC; }
span { border-color: rgb(47,204,252); }
td.TdClassName
{
border-color: #2FCCFC;
}
.TagClassName
{
border-color: #2FCCFC;
}
</style>