Shades of Summer Sky #2FC2FB
Tints of Summer Sky #2FC2FB
RGB
CMYK
RGB Variations
Color information
#2FC2FB (or 0x2FC2FB) is known color: Summer Sky. HEX triplet: 2F, C2 and FB. RGB value is (47,194,251). Sum of RGB (Red+Green+Blue) = 47+194+251=492 (65% of max value = 765). Red value is 47 (18.75% from 255 or 9.55% from 492); Green value is 194 (76.17% from 255 or 39.43% from 492); Blue value is 251 (98.44% from 255 or 51.02% from 492); Max value from RGB is 251 - color contains mainly: blue. Hex color #2FC2FB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FC2FB is #D03D04. Grayscale: #9C9C9C. Windows color (decimal): -13647109 or 16499247. OLE color: 16499247.
HSL color Cylindrical-coordinate representation of color #2FC2FB: hue angle of 196.76º degrees, saturation: 0.96, 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 #2FC2FB is Cyan = 0.81, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 194 | 251 | - |
| CMYK | 0.81 | 0.23 | 0 | 0.02 |
| HSL | 196.76º | 0.96% | 0.58% | - |
| HSV(B) | 196.76º | 0.81% | 0.98% | - |
| XYZ | 37.88 | 46.15 | 98.18 | - |
| YUV | 156.55 | 181.3 | 49.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 194 | 251 | 0.81 | 0.23 | 0 | 0.02 | 196.76 | 0.96 | 0.58 |
| Hex | 2F | C2 | FB | 51 | 17 | 0 | 2 | C5 | 60 | 3A |
| Octal | 57 | 302 | 373 | 121 | 27 | 0 | 2 | 305 | 140 | 72 |
| Binary | 101111 | 11000010 | 11111011 | 1010001 | 10111 | 0 | 10 | 11000101 | 1100000 | 111010 |
Color Harmonies of #2FC2FB
Complementary color
Monochromatic Colors of #2FC2FB
Black with #2FC2FB
Text Example
Text Example
White with #2FC2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC2FB; }
p { color: rgb(47,194,251); }
H1.HeaderClassName
{
color: #2FC2FB;
}
.AnyTagClassName
{
color: #2FC2FB;
}
</style>
background-color css
<style>
a { background-color: #2FC2FB; }
a { background-color: rgb(47,194,251); }
div.DivClassName
{
background-color: #2FC2FB;
}
.BgClassName
{
background-color: #2FC2FB;
}
</style>
border-color css
<style>
span { border-color: #2FC2FB; }
span { border-color: rgb(47,194,251); }
td.TdClassName
{
border-color: #2FC2FB;
}
.TagClassName
{
border-color: #2FC2FB;
}
</style>