Shades of Summer Sky #2FBAFE
Tints of Summer Sky #2FBAFE
RGB
CMYK
RGB Variations
Color information
#2FBAFE (or 0x2FBAFE) is known color: Summer Sky. HEX triplet: 2F, BA and FE. RGB value is (47,186,254). Sum of RGB (Red+Green+Blue) = 47+186+254=487 (64% of max value = 765). Red value is 47 (18.75% from 255 or 9.65% from 487); Green value is 186 (73.05% from 255 or 38.19% from 487); Blue value is 254 (99.61% from 255 or 52.16% from 487); Max value from RGB is 254 - color contains mainly: blue. Hex color #2FBAFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FBAFE is #D04501. Grayscale: #979797. Windows color (decimal): -13649154 or 16693807. OLE color: 16693807.
HSL color Cylindrical-coordinate representation of color #2FBAFE: hue angle of 199.71º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FBAFE is Cyan = 0.81, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 47 | 186 | 254 | - |
| CMYK | 0.81 | 0.27 | 0 | 0.00 |
| HSL | 199.71º | 0.99% | 0.59% | - |
| HSV(B) | 199.71º | 0.81% | 1% | - |
| XYZ | 36.62 | 42.88 | 100.11 | - |
| YUV | 152.19 | 185.45 | 52.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 186 | 254 | 0.81 | 0.27 | 0 | 0.00 | 199.71 | 0.99 | 0.59 |
| Hex | 2F | BA | FE | 51 | 1B | 0 | 0 | C8 | 63 | 3B |
| Octal | 57 | 272 | 376 | 121 | 33 | 0 | 0 | 310 | 143 | 73 |
| Binary | 101111 | 10111010 | 11111110 | 1010001 | 11011 | 0 | 0 | 11001000 | 1100011 | 111011 |
Color Harmonies of #2FBAFE
Complementary color
Monochromatic Colors of #2FBAFE
Black with #2FBAFE
Text Example
Text Example
White with #2FBAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBAFE; }
p { color: rgb(47,186,254); }
H1.HeaderClassName
{
color: #2FBAFE;
}
.AnyTagClassName
{
color: #2FBAFE;
}
</style>
background-color css
<style>
a { background-color: #2FBAFE; }
a { background-color: rgb(47,186,254); }
div.DivClassName
{
background-color: #2FBAFE;
}
.BgClassName
{
background-color: #2FBAFE;
}
</style>
border-color css
<style>
span { border-color: #2FBAFE; }
span { border-color: rgb(47,186,254); }
td.TdClassName
{
border-color: #2FBAFE;
}
.TagClassName
{
border-color: #2FBAFE;
}
</style>