Shades of Summer Sky #2FC1FA
Tints of Summer Sky #2FC1FA
RGB
CMYK
RGB Variations
Color information
#2FC1FA (or 0x2FC1FA) is known color: Summer Sky. HEX triplet: 2F, C1 and FA. RGB value is (47,193,250). Sum of RGB (Red+Green+Blue) = 47+193+250=490 (64% of max value = 765). Red value is 47 (18.75% from 255 or 9.59% from 490); Green value is 193 (75.78% from 255 or 39.39% from 490); Blue value is 250 (98.05% from 255 or 51.02% from 490); Max value from RGB is 250 - color contains mainly: blue. Hex color #2FC1FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FC1FA is #D03E05. Grayscale: #9B9B9B. Windows color (decimal): -13647366 or 16433455. OLE color: 16433455.
HSL color Cylindrical-coordinate representation of color #2FC1FA: hue angle of 196.85º 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 #2FC1FA is Cyan = 0.81, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 193 | 250 | - |
| CMYK | 0.81 | 0.23 | 0 | 0.02 |
| HSL | 196.85º | 0.95% | 0.58% | - |
| HSV(B) | 196.85º | 0.81% | 0.98% | - |
| XYZ | 37.5 | 45.65 | 97.28 | - |
| YUV | 155.84 | 181.13 | 50.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 193 | 250 | 0.81 | 0.23 | 0 | 0.02 | 196.85 | 0.95 | 0.58 |
| Hex | 2F | C1 | FA | 51 | 17 | 0 | 2 | C5 | 5F | 3A |
| Octal | 57 | 301 | 372 | 121 | 27 | 0 | 2 | 305 | 137 | 72 |
| Binary | 101111 | 11000001 | 11111010 | 1010001 | 10111 | 0 | 10 | 11000101 | 1011111 | 111010 |
Color Harmonies of #2FC1FA
Complementary color
Monochromatic Colors of #2FC1FA
Black with #2FC1FA
Text Example
Text Example
White with #2FC1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC1FA; }
p { color: rgb(47,193,250); }
H1.HeaderClassName
{
color: #2FC1FA;
}
.AnyTagClassName
{
color: #2FC1FA;
}
</style>
background-color css
<style>
a { background-color: #2FC1FA; }
a { background-color: rgb(47,193,250); }
div.DivClassName
{
background-color: #2FC1FA;
}
.BgClassName
{
background-color: #2FC1FA;
}
</style>
border-color css
<style>
span { border-color: #2FC1FA; }
span { border-color: rgb(47,193,250); }
td.TdClassName
{
border-color: #2FC1FA;
}
.TagClassName
{
border-color: #2FC1FA;
}
</style>