Shades of Summer Sky #2ABBFD
Tints of Summer Sky #2ABBFD
RGB
CMYK
RGB Variations
Color information
#2ABBFD (or 0x2ABBFD) is known color: Summer Sky. HEX triplet: 2A, BB and FD. RGB value is (42,187,253). Sum of RGB (Red+Green+Blue) = 42+187+253=482 (63% of max value = 765). Red value is 42 (16.80% from 255 or 8.71% from 482); Green value is 187 (73.44% from 255 or 38.80% from 482); Blue value is 253 (99.22% from 255 or 52.49% from 482); Max value from RGB is 253 - color contains mainly: blue. Hex color #2ABBFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ABBFD is #D54402. Grayscale: #969696. Windows color (decimal): -13976579 or 16628522. OLE color: 16628522.
HSL color Cylindrical-coordinate representation of color #2ABBFD: hue angle of 198.77º degrees, saturation: 0.98, 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 #2ABBFD is Cyan = 0.83, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 42 | 187 | 253 | - |
| CMYK | 0.83 | 0.26 | 0 | 0.01 |
| HSL | 198.77º | 0.98% | 0.58% | - |
| HSV(B) | 198.77º | 0.83% | 0.99% | - |
| XYZ | 36.45 | 43.12 | 99.33 | - |
| YUV | 151.17 | 185.46 | 50.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 187 | 253 | 0.83 | 0.26 | 0 | 0.01 | 198.77 | 0.98 | 0.58 |
| Hex | 2A | BB | FD | 53 | 1A | 0 | 1 | C7 | 62 | 3A |
| Octal | 52 | 273 | 375 | 123 | 32 | 0 | 1 | 307 | 142 | 72 |
| Binary | 101010 | 10111011 | 11111101 | 1010011 | 11010 | 0 | 1 | 11000111 | 1100010 | 111010 |
Color Harmonies of #2ABBFD
Complementary color
Monochromatic Colors of #2ABBFD
Black with #2ABBFD
Text Example
Text Example
White with #2ABBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABBFD; }
p { color: rgb(42,187,253); }
H1.HeaderClassName
{
color: #2ABBFD;
}
.AnyTagClassName
{
color: #2ABBFD;
}
</style>
background-color css
<style>
a { background-color: #2ABBFD; }
a { background-color: rgb(42,187,253); }
div.DivClassName
{
background-color: #2ABBFD;
}
.BgClassName
{
background-color: #2ABBFD;
}
</style>
border-color css
<style>
span { border-color: #2ABBFD; }
span { border-color: rgb(42,187,253); }
td.TdClassName
{
border-color: #2ABBFD;
}
.TagClassName
{
border-color: #2ABBFD;
}
</style>