Shades of Summer Sky #2AB7FA
Tints of Summer Sky #2AB7FA
RGB
CMYK
RGB Variations
Color information
#2AB7FA (or 0x2AB7FA) is known color: Summer Sky. HEX triplet: 2A, B7 and FA. RGB value is (42,183,250). Sum of RGB (Red+Green+Blue) = 42+183+250=475 (62% of max value = 765). Red value is 42 (16.80% from 255 or 8.84% from 475); Green value is 183 (71.88% from 255 or 38.53% from 475); Blue value is 250 (98.05% from 255 or 52.63% from 475); Max value from RGB is 250 - color contains mainly: blue. Hex color #2AB7FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2AB7FA is #D54805. Grayscale: #949494. Windows color (decimal): -13977606 or 16430890. OLE color: 16430890.
HSL color Cylindrical-coordinate representation of color #2AB7FA: hue angle of 199.33º 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 #2AB7FA is Cyan = 0.83, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 183 | 250 | - |
| CMYK | 0.83 | 0.27 | 0 | 0.02 |
| HSL | 199.33º | 0.95% | 0.57% | - |
| HSV(B) | 199.33º | 0.83% | 0.98% | - |
| XYZ | 35.14 | 41.26 | 96.55 | - |
| YUV | 148.48 | 185.29 | 52.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 183 | 250 | 0.83 | 0.27 | 0 | 0.02 | 199.33 | 0.95 | 0.57 |
| Hex | 2A | B7 | FA | 53 | 1B | 0 | 2 | C7 | 5F | 39 |
| Octal | 52 | 267 | 372 | 123 | 33 | 0 | 2 | 307 | 137 | 71 |
| Binary | 101010 | 10110111 | 11111010 | 1010011 | 11011 | 0 | 10 | 11000111 | 1011111 | 111001 |
Color Harmonies of #2AB7FA
Complementary color
Monochromatic Colors of #2AB7FA
Black with #2AB7FA
Text Example
Text Example
White with #2AB7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB7FA; }
p { color: rgb(42,183,250); }
H1.HeaderClassName
{
color: #2AB7FA;
}
.AnyTagClassName
{
color: #2AB7FA;
}
</style>
background-color css
<style>
a { background-color: #2AB7FA; }
a { background-color: rgb(42,183,250); }
div.DivClassName
{
background-color: #2AB7FA;
}
.BgClassName
{
background-color: #2AB7FA;
}
</style>
border-color css
<style>
span { border-color: #2AB7FA; }
span { border-color: rgb(42,183,250); }
td.TdClassName
{
border-color: #2AB7FA;
}
.TagClassName
{
border-color: #2AB7FA;
}
</style>