Shades of Summer Sky #2AB6FE
Tints of Summer Sky #2AB6FE
RGB
CMYK
RGB Variations
Color information
#2AB6FE (or 0x2AB6FE) is known color: Summer Sky. HEX triplet: 2A, B6 and FE. RGB value is (42,182,254). Sum of RGB (Red+Green+Blue) = 42+182+254=478 (63% of max value = 765). Red value is 42 (16.80% from 255 or 8.79% from 478); Green value is 182 (71.48% from 255 or 38.08% from 478); Blue value is 254 (99.61% from 255 or 53.14% from 478); Max value from RGB is 254 - color contains mainly: blue. Hex color #2AB6FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2AB6FE is #D54901. Grayscale: #939393. Windows color (decimal): -13977858 or 16692778. OLE color: 16692778.
HSL color Cylindrical-coordinate representation of color #2AB6FE: hue angle of 200.38º 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 #2AB6FE is Cyan = 0.83, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 42 | 182 | 254 | - |
| CMYK | 0.83 | 0.28 | 0 | 0.00 |
| HSL | 200.38º | 0.99% | 0.58% | - |
| HSV(B) | 200.38º | 0.83% | 1% | - |
| XYZ | 35.57 | 41.1 | 99.82 | - |
| YUV | 148.35 | 187.62 | 52.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 182 | 254 | 0.83 | 0.28 | 0 | 0.00 | 200.38 | 0.99 | 0.58 |
| Hex | 2A | B6 | FE | 53 | 1C | 0 | 0 | C8 | 63 | 3A |
| Octal | 52 | 266 | 376 | 123 | 34 | 0 | 0 | 310 | 143 | 72 |
| Binary | 101010 | 10110110 | 11111110 | 1010011 | 11100 | 0 | 0 | 11001000 | 1100011 | 111010 |
Color Harmonies of #2AB6FE
Complementary color
Monochromatic Colors of #2AB6FE
Black with #2AB6FE
Text Example
Text Example
White with #2AB6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB6FE; }
p { color: rgb(42,182,254); }
H1.HeaderClassName
{
color: #2AB6FE;
}
.AnyTagClassName
{
color: #2AB6FE;
}
</style>
background-color css
<style>
a { background-color: #2AB6FE; }
a { background-color: rgb(42,182,254); }
div.DivClassName
{
background-color: #2AB6FE;
}
.BgClassName
{
background-color: #2AB6FE;
}
</style>
border-color css
<style>
span { border-color: #2AB6FE; }
span { border-color: rgb(42,182,254); }
td.TdClassName
{
border-color: #2AB6FE;
}
.TagClassName
{
border-color: #2AB6FE;
}
</style>