Shades of Summer Sky #2FCAF7
Tints of Summer Sky #2FCAF7
RGB
CMYK
RGB Variations
Color information
#2FCAF7 (or 0x2FCAF7) is known color: Summer Sky. HEX triplet: 2F, CA and F7. RGB value is (47,202,247). Sum of RGB (Red+Green+Blue) = 47+202+247=496 (65% of max value = 765). Red value is 47 (18.75% from 255 or 9.48% from 496); Green value is 202 (79.30% from 255 or 40.73% from 496); Blue value is 247 (96.88% from 255 or 49.80% from 496); Max value from RGB is 247 - color contains mainly: blue. Hex color #2FCAF7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FCAF7 is #D03508. Grayscale: #A0A0A0. Windows color (decimal): -13645065 or 16239151. OLE color: 16239151.
HSL color Cylindrical-coordinate representation of color #2FCAF7: hue angle of 193.5º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FCAF7 is Cyan = 0.81, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 47 | 202 | 247 | - |
| CMYK | 0.81 | 0.18 | 0 | 0.03 |
| HSL | 193.5º | 0.93% | 0.58% | - |
| HSV(B) | 193.5º | 0.81% | 0.97% | - |
| XYZ | 39.08 | 49.56 | 95.5 | - |
| YUV | 160.79 | 176.65 | 46.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 202 | 247 | 0.81 | 0.18 | 0 | 0.03 | 193.5 | 0.93 | 0.58 |
| Hex | 2F | CA | F7 | 51 | 12 | 0 | 3 | C2 | 5D | 3A |
| Octal | 57 | 312 | 367 | 121 | 22 | 0 | 3 | 302 | 135 | 72 |
| Binary | 101111 | 11001010 | 11110111 | 1010001 | 10010 | 0 | 11 | 11000010 | 1011101 | 111010 |
Color Harmonies of #2FCAF7
Complementary color
Monochromatic Colors of #2FCAF7
Black with #2FCAF7
Text Example
Text Example
White with #2FCAF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCAF7; }
p { color: rgb(47,202,247); }
H1.HeaderClassName
{
color: #2FCAF7;
}
.AnyTagClassName
{
color: #2FCAF7;
}
</style>
background-color css
<style>
a { background-color: #2FCAF7; }
a { background-color: rgb(47,202,247); }
div.DivClassName
{
background-color: #2FCAF7;
}
.BgClassName
{
background-color: #2FCAF7;
}
</style>
border-color css
<style>
span { border-color: #2FCAF7; }
span { border-color: rgb(47,202,247); }
td.TdClassName
{
border-color: #2FCAF7;
}
.TagClassName
{
border-color: #2FCAF7;
}
</style>