Shades of Summer Sky #2ABCFF
Tints of Summer Sky #2ABCFF
RGB
CMYK
RGB Variations
Color information
#2ABCFF (or 0x2ABCFF) is known color: Summer Sky. HEX triplet: 2A, BC and FF. RGB value is (42,188,255). Sum of RGB (Red+Green+Blue) = 42+188+255=485 (64% of max value = 765). Red value is 42 (16.80% from 255 or 8.66% from 485); Green value is 188 (73.83% from 255 or 38.76% from 485); Blue value is 255 (100% from 255 or 52.58% from 485); Max value from RGB is 255 - color contains mainly: blue. Hex color #2ABCFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ABCFF is #D54300. Grayscale: #979797. Windows color (decimal): -13976321 or 16759850. OLE color: 16759850.
HSL color Cylindrical-coordinate representation of color #2ABCFF: hue angle of 198.87º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2ABCFF is Cyan = 0.84, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 42 | 188 | 255 | - |
| CMYK | 0.84 | 0.26 | 0 | 0 |
| HSL | 198.87º | 1% | 0.58% | - |
| HSV(B) | 198.87º | 0.84% | 1% | - |
| XYZ | 36.99 | 43.68 | 101.09 | - |
| YUV | 151.98 | 186.13 | 49.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 188 | 255 | 0.84 | 0.26 | 0 | 0 | 198.87 | 1 | 0.58 |
| Hex | 2A | BC | FF | 54 | 1A | 0 | 0 | C7 | 64 | 3A |
| Octal | 52 | 274 | 377 | 124 | 32 | 0 | 0 | 307 | 144 | 72 |
| Binary | 101010 | 10111100 | 11111111 | 1010100 | 11010 | 0 | 0 | 11000111 | 1100100 | 111010 |
Color Harmonies of #2ABCFF
Complementary color
Monochromatic Colors of #2ABCFF
Black with #2ABCFF
Text Example
Text Example
White with #2ABCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABCFF; }
p { color: rgb(42,188,255); }
H1.HeaderClassName
{
color: #2ABCFF;
}
.AnyTagClassName
{
color: #2ABCFF;
}
</style>
background-color css
<style>
a { background-color: #2ABCFF; }
a { background-color: rgb(42,188,255); }
div.DivClassName
{
background-color: #2ABCFF;
}
.BgClassName
{
background-color: #2ABCFF;
}
</style>
border-color css
<style>
span { border-color: #2ABCFF; }
span { border-color: rgb(42,188,255); }
td.TdClassName
{
border-color: #2ABCFF;
}
.TagClassName
{
border-color: #2ABCFF;
}
</style>