Shades of Summer Sky #2FBAFF
Tints of Summer Sky #2FBAFF
RGB
CMYK
RGB Variations
Color information
#2FBAFF (or 0x2FBAFF) is known color: Summer Sky. HEX triplet: 2F, BA and FF. RGB value is (47,186,255). Sum of RGB (Red+Green+Blue) = 47+186+255=488 (64% of max value = 765). Red value is 47 (18.75% from 255 or 9.63% from 488); Green value is 186 (73.05% from 255 or 38.11% from 488); Blue value is 255 (100% from 255 or 52.25% from 488); Max value from RGB is 255 - color contains mainly: blue. Hex color #2FBAFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FBAFF is #D04500. Grayscale: #979797. Windows color (decimal): -13649153 or 16759343. OLE color: 16759343.
HSL color Cylindrical-coordinate representation of color #2FBAFF: hue angle of 199.9º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2FBAFF is Cyan = 0.82, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 47 | 186 | 255 | - |
| CMYK | 0.82 | 0.27 | 0 | 0 |
| HSL | 199.9º | 1% | 0.59% | - |
| HSV(B) | 199.9º | 0.82% | 1% | - |
| XYZ | 36.78 | 42.94 | 100.96 | - |
| YUV | 152.31 | 185.95 | 52.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 186 | 255 | 0.82 | 0.27 | 0 | 0 | 199.9 | 1 | 0.59 |
| Hex | 2F | BA | FF | 52 | 1B | 0 | 0 | C8 | 64 | 3B |
| Octal | 57 | 272 | 377 | 122 | 33 | 0 | 0 | 310 | 144 | 73 |
| Binary | 101111 | 10111010 | 11111111 | 1010010 | 11011 | 0 | 0 | 11001000 | 1100100 | 111011 |
Color Harmonies of #2FBAFF
Complementary color
Monochromatic Colors of #2FBAFF
Black with #2FBAFF
Text Example
Text Example
White with #2FBAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBAFF; }
p { color: rgb(47,186,255); }
H1.HeaderClassName
{
color: #2FBAFF;
}
.AnyTagClassName
{
color: #2FBAFF;
}
</style>
background-color css
<style>
a { background-color: #2FBAFF; }
a { background-color: rgb(47,186,255); }
div.DivClassName
{
background-color: #2FBAFF;
}
.BgClassName
{
background-color: #2FBAFF;
}
</style>
border-color css
<style>
span { border-color: #2FBAFF; }
span { border-color: rgb(47,186,255); }
td.TdClassName
{
border-color: #2FBAFF;
}
.TagClassName
{
border-color: #2FBAFF;
}
</style>