Shades of Summer Sky #2ABBFA
Tints of Summer Sky #2ABBFA
RGB
CMYK
RGB Variations
Color information
#2ABBFA (or 0x2ABBFA) is known color: Summer Sky. HEX triplet: 2A, BB and FA. RGB value is (42,187,250). Sum of RGB (Red+Green+Blue) = 42+187+250=479 (63% of max value = 765). Red value is 42 (16.80% from 255 or 8.77% from 479); Green value is 187 (73.44% from 255 or 39.04% 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 #2ABBFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ABBFA is #D54405. Grayscale: #969696. Windows color (decimal): -13976582 or 16431914. OLE color: 16431914.
HSL color Cylindrical-coordinate representation of color #2ABBFA: hue angle of 198.17º 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 #2ABBFA is Cyan = 0.83, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 187 | 250 | - |
| CMYK | 0.83 | 0.25 | 0 | 0.02 |
| HSL | 198.17º | 0.95% | 0.57% | - |
| HSV(B) | 198.17º | 0.83% | 0.98% | - |
| XYZ | 35.98 | 42.94 | 96.83 | - |
| YUV | 150.83 | 183.96 | 50.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 187 | 250 | 0.83 | 0.25 | 0 | 0.02 | 198.17 | 0.95 | 0.57 |
| Hex | 2A | BB | FA | 53 | 19 | 0 | 2 | C6 | 5F | 39 |
| Octal | 52 | 273 | 372 | 123 | 31 | 0 | 2 | 306 | 137 | 71 |
| Binary | 101010 | 10111011 | 11111010 | 1010011 | 11001 | 0 | 10 | 11000110 | 1011111 | 111001 |
Color Harmonies of #2ABBFA
Complementary color
Monochromatic Colors of #2ABBFA
Black with #2ABBFA
Text Example
Text Example
White with #2ABBFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABBFA; }
p { color: rgb(42,187,250); }
H1.HeaderClassName
{
color: #2ABBFA;
}
.AnyTagClassName
{
color: #2ABBFA;
}
</style>
background-color css
<style>
a { background-color: #2ABBFA; }
a { background-color: rgb(42,187,250); }
div.DivClassName
{
background-color: #2ABBFA;
}
.BgClassName
{
background-color: #2ABBFA;
}
</style>
border-color css
<style>
span { border-color: #2ABBFA; }
span { border-color: rgb(42,187,250); }
td.TdClassName
{
border-color: #2ABBFA;
}
.TagClassName
{
border-color: #2ABBFA;
}
</style>