Shades of Summer Sky #2FCAFC
Tints of Summer Sky #2FCAFC
RGB
CMYK
RGB Variations
Color information
#2FCAFC (or 0x2FCAFC) is known color: Summer Sky. HEX triplet: 2F, CA and FC. RGB value is (47,202,252). Sum of RGB (Red+Green+Blue) = 47+202+252=501 (66% of max value = 765). Red value is 47 (18.75% from 255 or 9.38% from 501); Green value is 202 (79.30% from 255 or 40.32% from 501); Blue value is 252 (98.83% from 255 or 50.30% from 501); Max value from RGB is 252 - color contains mainly: blue. Hex color #2FCAFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FCAFC is #D03503. Grayscale: #A1A1A1. Windows color (decimal): -13645060 or 16566831. OLE color: 16566831.
HSL color Cylindrical-coordinate representation of color #2FCAFC: hue angle of 194.63º 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 #2FCAFC is Cyan = 0.81, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 202 | 252 | - |
| CMYK | 0.81 | 0.20 | 0 | 0.01 |
| HSL | 194.63º | 0.97% | 0.59% | - |
| HSV(B) | 194.63º | 0.81% | 0.99% | - |
| XYZ | 39.86 | 49.87 | 99.62 | - |
| YUV | 161.36 | 179.15 | 46.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 202 | 252 | 0.81 | 0.20 | 0 | 0.01 | 194.63 | 0.97 | 0.59 |
| Hex | 2F | CA | FC | 51 | 14 | 0 | 1 | C3 | 61 | 3B |
| Octal | 57 | 312 | 374 | 121 | 24 | 0 | 1 | 303 | 141 | 73 |
| Binary | 101111 | 11001010 | 11111100 | 1010001 | 10100 | 0 | 1 | 11000011 | 1100001 | 111011 |
Color Harmonies of #2FCAFC
Complementary color
Monochromatic Colors of #2FCAFC
Black with #2FCAFC
Text Example
Text Example
White with #2FCAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCAFC; }
p { color: rgb(47,202,252); }
H1.HeaderClassName
{
color: #2FCAFC;
}
.AnyTagClassName
{
color: #2FCAFC;
}
</style>
background-color css
<style>
a { background-color: #2FCAFC; }
a { background-color: rgb(47,202,252); }
div.DivClassName
{
background-color: #2FCAFC;
}
.BgClassName
{
background-color: #2FCAFC;
}
</style>
border-color css
<style>
span { border-color: #2FCAFC; }
span { border-color: rgb(47,202,252); }
td.TdClassName
{
border-color: #2FCAFC;
}
.TagClassName
{
border-color: #2FCAFC;
}
</style>