Shades of Summer Sky #2FBAFA
Tints of Summer Sky #2FBAFA
RGB
CMYK
RGB Variations
Color information
#2FBAFA (or 0x2FBAFA) is known color: Summer Sky. HEX triplet: 2F, BA and FA. RGB value is (47,186,250). Sum of RGB (Red+Green+Blue) = 47+186+250=483 (63% of max value = 765). Red value is 47 (18.75% from 255 or 9.73% from 483); Green value is 186 (73.05% from 255 or 38.51% from 483); Blue value is 250 (98.05% from 255 or 51.76% from 483); Max value from RGB is 250 - color contains mainly: blue. Hex color #2FBAFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FBAFA is #D04505. Grayscale: #979797. Windows color (decimal): -13649158 or 16431663. OLE color: 16431663.
HSL color Cylindrical-coordinate representation of color #2FBAFA: hue angle of 198.92º 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 #2FBAFA is Cyan = 0.81, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 186 | 250 | - |
| CMYK | 0.81 | 0.26 | 0 | 0.02 |
| HSL | 198.92º | 0.95% | 0.58% | - |
| HSV(B) | 198.92º | 0.81% | 0.98% | - |
| XYZ | 35.99 | 42.62 | 96.77 | - |
| YUV | 151.74 | 183.45 | 53.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 186 | 250 | 0.81 | 0.26 | 0 | 0.02 | 198.92 | 0.95 | 0.58 |
| Hex | 2F | BA | FA | 51 | 1A | 0 | 2 | C7 | 5F | 3A |
| Octal | 57 | 272 | 372 | 121 | 32 | 0 | 2 | 307 | 137 | 72 |
| Binary | 101111 | 10111010 | 11111010 | 1010001 | 11010 | 0 | 10 | 11000111 | 1011111 | 111010 |
Color Harmonies of #2FBAFA
Complementary color
Monochromatic Colors of #2FBAFA
Black with #2FBAFA
Text Example
Text Example
White with #2FBAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBAFA; }
p { color: rgb(47,186,250); }
H1.HeaderClassName
{
color: #2FBAFA;
}
.AnyTagClassName
{
color: #2FBAFA;
}
</style>
background-color css
<style>
a { background-color: #2FBAFA; }
a { background-color: rgb(47,186,250); }
div.DivClassName
{
background-color: #2FBAFA;
}
.BgClassName
{
background-color: #2FBAFA;
}
</style>
border-color css
<style>
span { border-color: #2FBAFA; }
span { border-color: rgb(47,186,250); }
td.TdClassName
{
border-color: #2FBAFA;
}
.TagClassName
{
border-color: #2FBAFA;
}
</style>