Shades of Summer Sky #2FBAF1
Tints of Summer Sky #2FBAF1
RGB
CMYK
RGB Variations
Color information
#2FBAF1 (or 0x2FBAF1) is known color: Summer Sky. HEX triplet: 2F, BA and F1. RGB value is (47,186,241). Sum of RGB (Red+Green+Blue) = 47+186+241=474 (62% of max value = 765). Red value is 47 (18.75% from 255 or 9.92% from 474); Green value is 186 (73.05% from 255 or 39.24% from 474); Blue value is 241 (94.53% from 255 or 50.84% from 474); Max value from RGB is 241 - color contains mainly: blue. Hex color #2FBAF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FBAF1 is #D0450E. Grayscale: #969696. Windows color (decimal): -13649167 or 15841839. OLE color: 15841839.
HSL color Cylindrical-coordinate representation of color #2FBAF1: hue angle of 197.01º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FBAF1 is Cyan = 0.80, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 47 | 186 | 241 | - |
| CMYK | 0.80 | 0.23 | 0 | 0.05 |
| HSL | 197.01º | 0.87% | 0.56% | - |
| HSV(B) | 197.01º | 0.8% | 0.95% | - |
| XYZ | 34.61 | 42.07 | 89.52 | - |
| YUV | 150.71 | 178.95 | 54.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 186 | 241 | 0.80 | 0.23 | 0 | 0.05 | 197.01 | 0.87 | 0.56 |
| Hex | 2F | BA | F1 | 50 | 17 | 0 | 5 | C5 | 57 | 38 |
| Octal | 57 | 272 | 361 | 120 | 27 | 0 | 5 | 305 | 127 | 70 |
| Binary | 101111 | 10111010 | 11110001 | 1010000 | 10111 | 0 | 101 | 11000101 | 1010111 | 111000 |
Color Harmonies of #2FBAF1
Complementary color
Monochromatic Colors of #2FBAF1
Black with #2FBAF1
Text Example
Text Example
White with #2FBAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBAF1; }
p { color: rgb(47,186,241); }
H1.HeaderClassName
{
color: #2FBAF1;
}
.AnyTagClassName
{
color: #2FBAF1;
}
</style>
background-color css
<style>
a { background-color: #2FBAF1; }
a { background-color: rgb(47,186,241); }
div.DivClassName
{
background-color: #2FBAF1;
}
.BgClassName
{
background-color: #2FBAF1;
}
</style>
border-color css
<style>
span { border-color: #2FBAF1; }
span { border-color: rgb(47,186,241); }
td.TdClassName
{
border-color: #2FBAF1;
}
.TagClassName
{
border-color: #2FBAF1;
}
</style>