Shades of Summer Sky #2AB7FB
Tints of Summer Sky #2AB7FB
RGB
CMYK
RGB Variations
Color information
#2AB7FB (or 0x2AB7FB) is known color: Summer Sky. HEX triplet: 2A, B7 and FB. RGB value is (42,183,251). Sum of RGB (Red+Green+Blue) = 42+183+251=476 (63% of max value = 765). Red value is 42 (16.80% from 255 or 8.82% from 476); Green value is 183 (71.88% from 255 or 38.45% from 476); Blue value is 251 (98.44% from 255 or 52.73% from 476); Max value from RGB is 251 - color contains mainly: blue. Hex color #2AB7FB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2AB7FB is #D54804. Grayscale: #949494. Windows color (decimal): -13977605 or 16496426. OLE color: 16496426.
HSL color Cylindrical-coordinate representation of color #2AB7FB: hue angle of 199.52º 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 #2AB7FB is Cyan = 0.83, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 183 | 251 | - |
| CMYK | 0.83 | 0.27 | 0 | 0.02 |
| HSL | 199.52º | 0.96% | 0.57% | - |
| HSV(B) | 199.52º | 0.83% | 0.98% | - |
| XYZ | 35.3 | 41.32 | 97.38 | - |
| YUV | 148.59 | 185.79 | 51.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 183 | 251 | 0.83 | 0.27 | 0 | 0.02 | 199.52 | 0.96 | 0.57 |
| Hex | 2A | B7 | FB | 53 | 1B | 0 | 2 | C8 | 60 | 39 |
| Octal | 52 | 267 | 373 | 123 | 33 | 0 | 2 | 310 | 140 | 71 |
| Binary | 101010 | 10110111 | 11111011 | 1010011 | 11011 | 0 | 10 | 11001000 | 1100000 | 111001 |
Color Harmonies of #2AB7FB
Complementary color
Monochromatic Colors of #2AB7FB
Black with #2AB7FB
Text Example
Text Example
White with #2AB7FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB7FB; }
p { color: rgb(42,183,251); }
H1.HeaderClassName
{
color: #2AB7FB;
}
.AnyTagClassName
{
color: #2AB7FB;
}
</style>
background-color css
<style>
a { background-color: #2AB7FB; }
a { background-color: rgb(42,183,251); }
div.DivClassName
{
background-color: #2AB7FB;
}
.BgClassName
{
background-color: #2AB7FB;
}
</style>
border-color css
<style>
span { border-color: #2AB7FB; }
span { border-color: rgb(42,183,251); }
td.TdClassName
{
border-color: #2AB7FB;
}
.TagClassName
{
border-color: #2AB7FB;
}
</style>