Shades of Summer Sky #2AB3FA
Tints of Summer Sky #2AB3FA
RGB
CMYK
RGB Variations
Color information
#2AB3FA (or 0x2AB3FA) is known color: Summer Sky. HEX triplet: 2A, B3 and FA. RGB value is (42,179,250). Sum of RGB (Red+Green+Blue) = 42+179+250=471 (62% of max value = 765). Red value is 42 (16.80% from 255 or 8.92% from 471); Green value is 179 (70.31% from 255 or 38.00% from 471); Blue value is 250 (98.05% from 255 or 53.08% from 471); Max value from RGB is 250 - color contains mainly: blue. Hex color #2AB3FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2AB3FA is #D54C05. Grayscale: #919191. Windows color (decimal): -13978630 or 16429866. OLE color: 16429866.
HSL color Cylindrical-coordinate representation of color #2AB3FA: hue angle of 200.48º degrees, saturation: 0.95, 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 #2AB3FA is Cyan = 0.83, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 179 | 250 | - |
| CMYK | 0.83 | 0.28 | 0 | 0.02 |
| HSL | 200.48º | 0.95% | 0.57% | - |
| HSV(B) | 200.48º | 0.83% | 0.98% | - |
| XYZ | 34.33 | 39.63 | 96.28 | - |
| YUV | 146.13 | 186.61 | 53.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 179 | 250 | 0.83 | 0.28 | 0 | 0.02 | 200.48 | 0.95 | 0.57 |
| Hex | 2A | B3 | FA | 53 | 1C | 0 | 2 | C8 | 5F | 39 |
| Octal | 52 | 263 | 372 | 123 | 34 | 0 | 2 | 310 | 137 | 71 |
| Binary | 101010 | 10110011 | 11111010 | 1010011 | 11100 | 0 | 10 | 11001000 | 1011111 | 111001 |
Color Harmonies of #2AB3FA
Complementary color
Monochromatic Colors of #2AB3FA
Black with #2AB3FA
Text Example
Text Example
White with #2AB3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB3FA; }
p { color: rgb(42,179,250); }
H1.HeaderClassName
{
color: #2AB3FA;
}
.AnyTagClassName
{
color: #2AB3FA;
}
</style>
background-color css
<style>
a { background-color: #2AB3FA; }
a { background-color: rgb(42,179,250); }
div.DivClassName
{
background-color: #2AB3FA;
}
.BgClassName
{
background-color: #2AB3FA;
}
</style>
border-color css
<style>
span { border-color: #2AB3FA; }
span { border-color: rgb(42,179,250); }
td.TdClassName
{
border-color: #2AB3FA;
}
.TagClassName
{
border-color: #2AB3FA;
}
</style>