Shades of Summer Sky #2ABCFA
Tints of Summer Sky #2ABCFA
RGB
CMYK
RGB Variations
Color information
#2ABCFA (or 0x2ABCFA) is known color: Summer Sky. HEX triplet: 2A, BC and FA. RGB value is (42,188,250). Sum of RGB (Red+Green+Blue) = 42+188+250=480 (63% of max value = 765). Red value is 42 (16.80% from 255 or 8.75% from 480); Green value is 188 (73.83% from 255 or 39.17% from 480); Blue value is 250 (98.05% from 255 or 52.08% from 480); Max value from RGB is 250 - color contains mainly: blue. Hex color #2ABCFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ABCFA is #D54305. Grayscale: #979797. Windows color (decimal): -13976326 or 16432170. OLE color: 16432170.
HSL color Cylindrical-coordinate representation of color #2ABCFA: hue angle of 197.88º 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 #2ABCFA is Cyan = 0.83, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 188 | 250 | - |
| CMYK | 0.83 | 0.25 | 0 | 0.02 |
| HSL | 197.88º | 0.95% | 0.57% | - |
| HSV(B) | 197.88º | 0.83% | 0.98% | - |
| XYZ | 36.19 | 43.36 | 96.9 | - |
| YUV | 151.41 | 183.63 | 49.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 188 | 250 | 0.83 | 0.25 | 0 | 0.02 | 197.88 | 0.95 | 0.57 |
| Hex | 2A | BC | FA | 53 | 19 | 0 | 2 | C6 | 5F | 39 |
| Octal | 52 | 274 | 372 | 123 | 31 | 0 | 2 | 306 | 137 | 71 |
| Binary | 101010 | 10111100 | 11111010 | 1010011 | 11001 | 0 | 10 | 11000110 | 1011111 | 111001 |
Color Harmonies of #2ABCFA
Complementary color
Monochromatic Colors of #2ABCFA
Black with #2ABCFA
Text Example
Text Example
White with #2ABCFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABCFA; }
p { color: rgb(42,188,250); }
H1.HeaderClassName
{
color: #2ABCFA;
}
.AnyTagClassName
{
color: #2ABCFA;
}
</style>
background-color css
<style>
a { background-color: #2ABCFA; }
a { background-color: rgb(42,188,250); }
div.DivClassName
{
background-color: #2ABCFA;
}
.BgClassName
{
background-color: #2ABCFA;
}
</style>
border-color css
<style>
span { border-color: #2ABCFA; }
span { border-color: rgb(42,188,250); }
td.TdClassName
{
border-color: #2ABCFA;
}
.TagClassName
{
border-color: #2ABCFA;
}
</style>