Shades of Summer Sky #2FBAF2
Tints of Summer Sky #2FBAF2
RGB
CMYK
RGB Variations
Color information
#2FBAF2 (or 0x2FBAF2) is known color: Summer Sky. HEX triplet: 2F, BA and F2. RGB value is (47,186,242). Sum of RGB (Red+Green+Blue) = 47+186+242=475 (62% of max value = 765). Red value is 47 (18.75% from 255 or 9.89% from 475); Green value is 186 (73.05% from 255 or 39.16% from 475); Blue value is 242 (94.92% from 255 or 50.95% from 475); Max value from RGB is 242 - color contains mainly: blue. Hex color #2FBAF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FBAF2 is #D0450D. Grayscale: #969696. Windows color (decimal): -13649166 or 15907375. OLE color: 15907375.
HSL color Cylindrical-coordinate representation of color #2FBAF2: hue angle of 197.23º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FBAF2 is Cyan = 0.81, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 47 | 186 | 242 | - |
| CMYK | 0.81 | 0.23 | 0 | 0.05 |
| HSL | 197.23º | 0.88% | 0.57% | - |
| HSV(B) | 197.23º | 0.81% | 0.95% | - |
| XYZ | 34.76 | 42.13 | 90.3 | - |
| YUV | 150.82 | 179.45 | 53.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 186 | 242 | 0.81 | 0.23 | 0 | 0.05 | 197.23 | 0.88 | 0.57 |
| Hex | 2F | BA | F2 | 51 | 17 | 0 | 5 | C5 | 58 | 39 |
| Octal | 57 | 272 | 362 | 121 | 27 | 0 | 5 | 305 | 130 | 71 |
| Binary | 101111 | 10111010 | 11110010 | 1010001 | 10111 | 0 | 101 | 11000101 | 1011000 | 111001 |
Color Harmonies of #2FBAF2
Complementary color
Monochromatic Colors of #2FBAF2
Black with #2FBAF2
Text Example
Text Example
White with #2FBAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBAF2; }
p { color: rgb(47,186,242); }
H1.HeaderClassName
{
color: #2FBAF2;
}
.AnyTagClassName
{
color: #2FBAF2;
}
</style>
background-color css
<style>
a { background-color: #2FBAF2; }
a { background-color: rgb(47,186,242); }
div.DivClassName
{
background-color: #2FBAF2;
}
.BgClassName
{
background-color: #2FBAF2;
}
</style>
border-color css
<style>
span { border-color: #2FBAF2; }
span { border-color: rgb(47,186,242); }
td.TdClassName
{
border-color: #2FBAF2;
}
.TagClassName
{
border-color: #2FBAF2;
}
</style>