Shades of Summer Sky #2FCAF8
Tints of Summer Sky #2FCAF8
RGB
CMYK
RGB Variations
Color information
#2FCAF8 (or 0x2FCAF8) is known color: Summer Sky. HEX triplet: 2F, CA and F8. RGB value is (47,202,248). Sum of RGB (Red+Green+Blue) = 47+202+248=497 (65% of max value = 765). Red value is 47 (18.75% from 255 or 9.46% from 497); Green value is 202 (79.30% from 255 or 40.64% from 497); Blue value is 248 (97.27% from 255 or 49.90% from 497); Max value from RGB is 248 - color contains mainly: blue. Hex color #2FCAF8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FCAF8 is #D03507. Grayscale: #A0A0A0. Windows color (decimal): -13645064 or 16304687. OLE color: 16304687.
HSL color Cylindrical-coordinate representation of color #2FCAF8: hue angle of 193.73º 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 #2FCAF8 is Cyan = 0.81, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 47 | 202 | 248 | - |
| CMYK | 0.81 | 0.19 | 0 | 0.03 |
| HSL | 193.73º | 0.93% | 0.58% | - |
| HSV(B) | 193.73º | 0.81% | 0.97% | - |
| XYZ | 39.24 | 49.62 | 96.32 | - |
| YUV | 160.9 | 177.15 | 46.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 202 | 248 | 0.81 | 0.19 | 0 | 0.03 | 193.73 | 0.93 | 0.58 |
| Hex | 2F | CA | F8 | 51 | 13 | 0 | 3 | C2 | 5D | 3A |
| Octal | 57 | 312 | 370 | 121 | 23 | 0 | 3 | 302 | 135 | 72 |
| Binary | 101111 | 11001010 | 11111000 | 1010001 | 10011 | 0 | 11 | 11000010 | 1011101 | 111010 |
Color Harmonies of #2FCAF8
Complementary color
Monochromatic Colors of #2FCAF8
Black with #2FCAF8
Text Example
Text Example
White with #2FCAF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCAF8; }
p { color: rgb(47,202,248); }
H1.HeaderClassName
{
color: #2FCAF8;
}
.AnyTagClassName
{
color: #2FCAF8;
}
</style>
background-color css
<style>
a { background-color: #2FCAF8; }
a { background-color: rgb(47,202,248); }
div.DivClassName
{
background-color: #2FCAF8;
}
.BgClassName
{
background-color: #2FCAF8;
}
</style>
border-color css
<style>
span { border-color: #2FCAF8; }
span { border-color: rgb(47,202,248); }
td.TdClassName
{
border-color: #2FCAF8;
}
.TagClassName
{
border-color: #2FCAF8;
}
</style>