Shades of Summer Sky #2ABBFC
Tints of Summer Sky #2ABBFC
RGB
CMYK
RGB Variations
Color information
#2ABBFC (or 0x2ABBFC) is known color: Summer Sky. HEX triplet: 2A, BB and FC. RGB value is (42,187,252). Sum of RGB (Red+Green+Blue) = 42+187+252=481 (63% of max value = 765). Red value is 42 (16.80% from 255 or 8.73% from 481); Green value is 187 (73.44% from 255 or 38.88% from 481); Blue value is 252 (98.83% from 255 or 52.39% from 481); Max value from RGB is 252 - color contains mainly: blue. Hex color #2ABBFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ABBFC is #D54403. Grayscale: #969696. Windows color (decimal): -13976580 or 16562986. OLE color: 16562986.
HSL color Cylindrical-coordinate representation of color #2ABBFC: hue angle of 198.57º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2ABBFC is Cyan = 0.83, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 42 | 187 | 252 | - |
| CMYK | 0.83 | 0.26 | 0 | 0.01 |
| HSL | 198.57º | 0.97% | 0.58% | - |
| HSV(B) | 198.57º | 0.83% | 0.99% | - |
| XYZ | 36.3 | 43.06 | 98.49 | - |
| YUV | 151.06 | 184.96 | 50.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 187 | 252 | 0.83 | 0.26 | 0 | 0.01 | 198.57 | 0.97 | 0.58 |
| Hex | 2A | BB | FC | 53 | 1A | 0 | 1 | C7 | 61 | 3A |
| Octal | 52 | 273 | 374 | 123 | 32 | 0 | 1 | 307 | 141 | 72 |
| Binary | 101010 | 10111011 | 11111100 | 1010011 | 11010 | 0 | 1 | 11000111 | 1100001 | 111010 |
Color Harmonies of #2ABBFC
Complementary color
Monochromatic Colors of #2ABBFC
Black with #2ABBFC
Text Example
Text Example
White with #2ABBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABBFC; }
p { color: rgb(42,187,252); }
H1.HeaderClassName
{
color: #2ABBFC;
}
.AnyTagClassName
{
color: #2ABBFC;
}
</style>
background-color css
<style>
a { background-color: #2ABBFC; }
a { background-color: rgb(42,187,252); }
div.DivClassName
{
background-color: #2ABBFC;
}
.BgClassName
{
background-color: #2ABBFC;
}
</style>
border-color css
<style>
span { border-color: #2ABBFC; }
span { border-color: rgb(42,187,252); }
td.TdClassName
{
border-color: #2ABBFC;
}
.TagClassName
{
border-color: #2ABBFC;
}
</style>