Shades of Summer Sky #2ABCFE
Tints of Summer Sky #2ABCFE
RGB
CMYK
RGB Variations
Color information
#2ABCFE (or 0x2ABCFE) is known color: Summer Sky. HEX triplet: 2A, BC and FE. RGB value is (42,188,254). Sum of RGB (Red+Green+Blue) = 42+188+254=484 (64% of max value = 765). Red value is 42 (16.80% from 255 or 8.68% from 484); Green value is 188 (73.83% from 255 or 38.84% from 484); Blue value is 254 (99.61% from 255 or 52.48% from 484); Max value from RGB is 254 - color contains mainly: blue. Hex color #2ABCFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ABCFE is #D54301. Grayscale: #979797. Windows color (decimal): -13976322 or 16694314. OLE color: 16694314.
HSL color Cylindrical-coordinate representation of color #2ABCFE: hue angle of 198.68º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2ABCFE is Cyan = 0.83, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 42 | 188 | 254 | - |
| CMYK | 0.83 | 0.26 | 0 | 0.00 |
| HSL | 198.68º | 0.99% | 0.58% | - |
| HSV(B) | 198.68º | 0.83% | 1% | - |
| XYZ | 36.83 | 43.61 | 100.24 | - |
| YUV | 151.87 | 185.63 | 49.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 188 | 254 | 0.83 | 0.26 | 0 | 0.00 | 198.68 | 0.99 | 0.58 |
| Hex | 2A | BC | FE | 53 | 1A | 0 | 0 | C7 | 63 | 3A |
| Octal | 52 | 274 | 376 | 123 | 32 | 0 | 0 | 307 | 143 | 72 |
| Binary | 101010 | 10111100 | 11111110 | 1010011 | 11010 | 0 | 0 | 11000111 | 1100011 | 111010 |
Color Harmonies of #2ABCFE
Complementary color
Monochromatic Colors of #2ABCFE
Black with #2ABCFE
Text Example
Text Example
White with #2ABCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABCFE; }
p { color: rgb(42,188,254); }
H1.HeaderClassName
{
color: #2ABCFE;
}
.AnyTagClassName
{
color: #2ABCFE;
}
</style>
background-color css
<style>
a { background-color: #2ABCFE; }
a { background-color: rgb(42,188,254); }
div.DivClassName
{
background-color: #2ABCFE;
}
.BgClassName
{
background-color: #2ABCFE;
}
</style>
border-color css
<style>
span { border-color: #2ABCFE; }
span { border-color: rgb(42,188,254); }
td.TdClassName
{
border-color: #2ABCFE;
}
.TagClassName
{
border-color: #2ABCFE;
}
</style>