Shades of Summer Sky #2FCAFA
Tints of Summer Sky #2FCAFA
RGB
CMYK
RGB Variations
Color information
#2FCAFA (or 0x2FCAFA) is known color: Summer Sky. HEX triplet: 2F, CA and FA. RGB value is (47,202,250). Sum of RGB (Red+Green+Blue) = 47+202+250=499 (66% of max value = 765). Red value is 47 (18.75% from 255 or 9.42% from 499); Green value is 202 (79.30% from 255 or 40.48% from 499); Blue value is 250 (98.05% from 255 or 50.10% from 499); Max value from RGB is 250 - color contains mainly: blue. Hex color #2FCAFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FCAFA is #D03505. Grayscale: #A0A0A0. Windows color (decimal): -13645062 or 16435759. OLE color: 16435759.
HSL color Cylindrical-coordinate representation of color #2FCAFA: hue angle of 194.19º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FCAFA is Cyan = 0.81, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 202 | 250 | - |
| CMYK | 0.81 | 0.19 | 0 | 0.02 |
| HSL | 194.19º | 0.95% | 0.58% | - |
| HSV(B) | 194.19º | 0.81% | 0.98% | - |
| XYZ | 39.55 | 49.75 | 97.96 | - |
| YUV | 161.13 | 178.15 | 46.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 202 | 250 | 0.81 | 0.19 | 0 | 0.02 | 194.19 | 0.95 | 0.58 |
| Hex | 2F | CA | FA | 51 | 13 | 0 | 2 | C2 | 5F | 3A |
| Octal | 57 | 312 | 372 | 121 | 23 | 0 | 2 | 302 | 137 | 72 |
| Binary | 101111 | 11001010 | 11111010 | 1010001 | 10011 | 0 | 10 | 11000010 | 1011111 | 111010 |
Color Harmonies of #2FCAFA
Complementary color
Monochromatic Colors of #2FCAFA
Black with #2FCAFA
Text Example
Text Example
White with #2FCAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCAFA; }
p { color: rgb(47,202,250); }
H1.HeaderClassName
{
color: #2FCAFA;
}
.AnyTagClassName
{
color: #2FCAFA;
}
</style>
background-color css
<style>
a { background-color: #2FCAFA; }
a { background-color: rgb(47,202,250); }
div.DivClassName
{
background-color: #2FCAFA;
}
.BgClassName
{
background-color: #2FCAFA;
}
</style>
border-color css
<style>
span { border-color: #2FCAFA; }
span { border-color: rgb(47,202,250); }
td.TdClassName
{
border-color: #2FCAFA;
}
.TagClassName
{
border-color: #2FCAFA;
}
</style>