Shades of Summer Sky #2ABBFB
Tints of Summer Sky #2ABBFB
RGB
CMYK
RGB Variations
Color information
#2ABBFB (or 0x2ABBFB) is known color: Summer Sky. HEX triplet: 2A, BB and FB. RGB value is (42,187,251). Sum of RGB (Red+Green+Blue) = 42+187+251=480 (63% of max value = 765). Red value is 42 (16.80% from 255 or 8.75% from 480); Green value is 187 (73.44% from 255 or 38.96% from 480); Blue value is 251 (98.44% from 255 or 52.29% from 480); Max value from RGB is 251 - color contains mainly: blue. Hex color #2ABBFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ABBFB is #D54404. Grayscale: #969696. Windows color (decimal): -13976581 or 16497450. OLE color: 16497450.
HSL color Cylindrical-coordinate representation of color #2ABBFB: hue angle of 198.37º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2ABBFB is Cyan = 0.83, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 187 | 251 | - |
| CMYK | 0.83 | 0.25 | 0 | 0.02 |
| HSL | 198.37º | 0.96% | 0.57% | - |
| HSV(B) | 198.37º | 0.83% | 0.98% | - |
| XYZ | 36.14 | 43 | 97.66 | - |
| YUV | 150.94 | 184.46 | 50.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 187 | 251 | 0.83 | 0.25 | 0 | 0.02 | 198.37 | 0.96 | 0.57 |
| Hex | 2A | BB | FB | 53 | 19 | 0 | 2 | C6 | 60 | 39 |
| Octal | 52 | 273 | 373 | 123 | 31 | 0 | 2 | 306 | 140 | 71 |
| Binary | 101010 | 10111011 | 11111011 | 1010011 | 11001 | 0 | 10 | 11000110 | 1100000 | 111001 |
Color Harmonies of #2ABBFB
Complementary color
Monochromatic Colors of #2ABBFB
Black with #2ABBFB
Text Example
Text Example
White with #2ABBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABBFB; }
p { color: rgb(42,187,251); }
H1.HeaderClassName
{
color: #2ABBFB;
}
.AnyTagClassName
{
color: #2ABBFB;
}
</style>
background-color css
<style>
a { background-color: #2ABBFB; }
a { background-color: rgb(42,187,251); }
div.DivClassName
{
background-color: #2ABBFB;
}
.BgClassName
{
background-color: #2ABBFB;
}
</style>
border-color css
<style>
span { border-color: #2ABBFB; }
span { border-color: rgb(42,187,251); }
td.TdClassName
{
border-color: #2ABBFB;
}
.TagClassName
{
border-color: #2ABBFB;
}
</style>