Shades of Summer Sky #2FB6FA
Tints of Summer Sky #2FB6FA
RGB
CMYK
RGB Variations
Color information
#2FB6FA (or 0x2FB6FA) is known color: Summer Sky. HEX triplet: 2F, B6 and FA. RGB value is (47,182,250). Sum of RGB (Red+Green+Blue) = 47+182+250=479 (63% of max value = 765). Red value is 47 (18.75% from 255 or 9.81% from 479); Green value is 182 (71.48% from 255 or 38.00% from 479); Blue value is 250 (98.05% from 255 or 52.19% from 479); Max value from RGB is 250 - color contains mainly: blue. Hex color #2FB6FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FB6FA is #D04905. Grayscale: #949494. Windows color (decimal): -13650182 or 16430639. OLE color: 16430639.
HSL color Cylindrical-coordinate representation of color #2FB6FA: hue angle of 200.1º 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 #2FB6FA is Cyan = 0.81, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 182 | 250 | - |
| CMYK | 0.81 | 0.27 | 0 | 0.02 |
| HSL | 200.1º | 0.95% | 0.58% | - |
| HSV(B) | 200.1º | 0.81% | 0.98% | - |
| XYZ | 35.16 | 40.96 | 96.5 | - |
| YUV | 149.39 | 184.77 | 54.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 182 | 250 | 0.81 | 0.27 | 0 | 0.02 | 200.1 | 0.95 | 0.58 |
| Hex | 2F | B6 | FA | 51 | 1B | 0 | 2 | C8 | 5F | 3A |
| Octal | 57 | 266 | 372 | 121 | 33 | 0 | 2 | 310 | 137 | 72 |
| Binary | 101111 | 10110110 | 11111010 | 1010001 | 11011 | 0 | 10 | 11001000 | 1011111 | 111010 |
Color Harmonies of #2FB6FA
Complementary color
Monochromatic Colors of #2FB6FA
Black with #2FB6FA
Text Example
Text Example
White with #2FB6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB6FA; }
p { color: rgb(47,182,250); }
H1.HeaderClassName
{
color: #2FB6FA;
}
.AnyTagClassName
{
color: #2FB6FA;
}
</style>
background-color css
<style>
a { background-color: #2FB6FA; }
a { background-color: rgb(47,182,250); }
div.DivClassName
{
background-color: #2FB6FA;
}
.BgClassName
{
background-color: #2FB6FA;
}
</style>
border-color css
<style>
span { border-color: #2FB6FA; }
span { border-color: rgb(47,182,250); }
td.TdClassName
{
border-color: #2FB6FA;
}
.TagClassName
{
border-color: #2FB6FA;
}
</style>