Shades of Summer Sky #2AB4FA
Tints of Summer Sky #2AB4FA
RGB
CMYK
RGB Variations
Color information
#2AB4FA (or 0x2AB4FA) is known color: Summer Sky. HEX triplet: 2A, B4 and FA. RGB value is (42,180,250). Sum of RGB (Red+Green+Blue) = 42+180+250=472 (62% of max value = 765). Red value is 42 (16.80% from 255 or 8.90% from 472); Green value is 180 (70.70% from 255 or 38.14% from 472); Blue value is 250 (98.05% from 255 or 52.97% from 472); Max value from RGB is 250 - color contains mainly: blue. Hex color #2AB4FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2AB4FA is #D54B05. Grayscale: #929292. Windows color (decimal): -13978374 or 16430122. OLE color: 16430122.
HSL color Cylindrical-coordinate representation of color #2AB4FA: hue angle of 200.19º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AB4FA is Cyan = 0.83, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 180 | 250 | - |
| CMYK | 0.83 | 0.28 | 0 | 0.02 |
| HSL | 200.19º | 0.95% | 0.57% | - |
| HSV(B) | 200.19º | 0.83% | 0.98% | - |
| XYZ | 34.53 | 40.04 | 96.35 | - |
| YUV | 146.72 | 186.28 | 53.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 180 | 250 | 0.83 | 0.28 | 0 | 0.02 | 200.19 | 0.95 | 0.57 |
| Hex | 2A | B4 | FA | 53 | 1C | 0 | 2 | C8 | 5F | 39 |
| Octal | 52 | 264 | 372 | 123 | 34 | 0 | 2 | 310 | 137 | 71 |
| Binary | 101010 | 10110100 | 11111010 | 1010011 | 11100 | 0 | 10 | 11001000 | 1011111 | 111001 |
Color Harmonies of #2AB4FA
Complementary color
Monochromatic Colors of #2AB4FA
Black with #2AB4FA
Text Example
Text Example
White with #2AB4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB4FA; }
p { color: rgb(42,180,250); }
H1.HeaderClassName
{
color: #2AB4FA;
}
.AnyTagClassName
{
color: #2AB4FA;
}
</style>
background-color css
<style>
a { background-color: #2AB4FA; }
a { background-color: rgb(42,180,250); }
div.DivClassName
{
background-color: #2AB4FA;
}
.BgClassName
{
background-color: #2AB4FA;
}
</style>
border-color css
<style>
span { border-color: #2AB4FA; }
span { border-color: rgb(42,180,250); }
td.TdClassName
{
border-color: #2AB4FA;
}
.TagClassName
{
border-color: #2AB4FA;
}
</style>