Shades of Summer Sky #2FC6FA
Tints of Summer Sky #2FC6FA
RGB
CMYK
RGB Variations
Color information
#2FC6FA (or 0x2FC6FA) is known color: Summer Sky. HEX triplet: 2F, C6 and FA. RGB value is (47,198,250). Sum of RGB (Red+Green+Blue) = 47+198+250=495 (65% of max value = 765). Red value is 47 (18.75% from 255 or 9.49% from 495); Green value is 198 (77.73% from 255 or 40% from 495); Blue value is 250 (98.05% from 255 or 50.51% from 495); Max value from RGB is 250 - color contains mainly: blue. Hex color #2FC6FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FC6FA is #D03905. Grayscale: #9E9E9E. Windows color (decimal): -13646086 or 16434735. OLE color: 16434735.
HSL color Cylindrical-coordinate representation of color #2FC6FA: hue angle of 195.37º 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 #2FC6FA is Cyan = 0.81, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 198 | 250 | - |
| CMYK | 0.81 | 0.21 | 0 | 0.02 |
| HSL | 195.37º | 0.95% | 0.58% | - |
| HSV(B) | 195.37º | 0.81% | 0.98% | - |
| XYZ | 38.62 | 47.89 | 97.65 | - |
| YUV | 158.78 | 179.47 | 48.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 198 | 250 | 0.81 | 0.21 | 0 | 0.02 | 195.37 | 0.95 | 0.58 |
| Hex | 2F | C6 | FA | 51 | 15 | 0 | 2 | C3 | 5F | 3A |
| Octal | 57 | 306 | 372 | 121 | 25 | 0 | 2 | 303 | 137 | 72 |
| Binary | 101111 | 11000110 | 11111010 | 1010001 | 10101 | 0 | 10 | 11000011 | 1011111 | 111010 |
Color Harmonies of #2FC6FA
Complementary color
Monochromatic Colors of #2FC6FA
Black with #2FC6FA
Text Example
Text Example
White with #2FC6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC6FA; }
p { color: rgb(47,198,250); }
H1.HeaderClassName
{
color: #2FC6FA;
}
.AnyTagClassName
{
color: #2FC6FA;
}
</style>
background-color css
<style>
a { background-color: #2FC6FA; }
a { background-color: rgb(47,198,250); }
div.DivClassName
{
background-color: #2FC6FA;
}
.BgClassName
{
background-color: #2FC6FA;
}
</style>
border-color css
<style>
span { border-color: #2FC6FA; }
span { border-color: rgb(47,198,250); }
td.TdClassName
{
border-color: #2FC6FA;
}
.TagClassName
{
border-color: #2FC6FA;
}
</style>