Shades of Summer Sky #2AB9FC
Tints of Summer Sky #2AB9FC
RGB
CMYK
RGB Variations
Color information
#2AB9FC (or 0x2AB9FC) is known color: Summer Sky. HEX triplet: 2A, B9 and FC. RGB value is (42,185,252). Sum of RGB (Red+Green+Blue) = 42+185+252=479 (63% of max value = 765). Red value is 42 (16.80% from 255 or 8.77% from 479); Green value is 185 (72.66% from 255 or 38.62% from 479); Blue value is 252 (98.83% from 255 or 52.61% from 479); Max value from RGB is 252 - color contains mainly: blue. Hex color #2AB9FC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2AB9FC is #D54603. Grayscale: #959595. Windows color (decimal): -13977092 or 16562474. OLE color: 16562474.
HSL color Cylindrical-coordinate representation of color #2AB9FC: hue angle of 199.14º 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 #2AB9FC is Cyan = 0.83, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 42 | 185 | 252 | - |
| CMYK | 0.83 | 0.27 | 0 | 0.01 |
| HSL | 199.14º | 0.97% | 0.58% | - |
| HSV(B) | 199.14º | 0.83% | 0.99% | - |
| XYZ | 35.87 | 42.22 | 98.35 | - |
| YUV | 149.88 | 185.62 | 51.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 185 | 252 | 0.83 | 0.27 | 0 | 0.01 | 199.14 | 0.97 | 0.58 |
| Hex | 2A | B9 | FC | 53 | 1B | 0 | 1 | C7 | 61 | 3A |
| Octal | 52 | 271 | 374 | 123 | 33 | 0 | 1 | 307 | 141 | 72 |
| Binary | 101010 | 10111001 | 11111100 | 1010011 | 11011 | 0 | 1 | 11000111 | 1100001 | 111010 |
Color Harmonies of #2AB9FC
Complementary color
Monochromatic Colors of #2AB9FC
Black with #2AB9FC
Text Example
Text Example
White with #2AB9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB9FC; }
p { color: rgb(42,185,252); }
H1.HeaderClassName
{
color: #2AB9FC;
}
.AnyTagClassName
{
color: #2AB9FC;
}
</style>
background-color css
<style>
a { background-color: #2AB9FC; }
a { background-color: rgb(42,185,252); }
div.DivClassName
{
background-color: #2AB9FC;
}
.BgClassName
{
background-color: #2AB9FC;
}
</style>
border-color css
<style>
span { border-color: #2AB9FC; }
span { border-color: rgb(42,185,252); }
td.TdClassName
{
border-color: #2AB9FC;
}
.TagClassName
{
border-color: #2AB9FC;
}
</style>