Shades of Summer Sky #2ABCFB
Tints of Summer Sky #2ABCFB
RGB
CMYK
RGB Variations
Color information
#2ABCFB (or 0x2ABCFB) is known color: Summer Sky. HEX triplet: 2A, BC and FB. RGB value is (42,188,251). Sum of RGB (Red+Green+Blue) = 42+188+251=481 (63% of max value = 765). Red value is 42 (16.80% from 255 or 8.73% from 481); Green value is 188 (73.83% from 255 or 39.09% from 481); Blue value is 251 (98.44% from 255 or 52.18% from 481); Max value from RGB is 251 - color contains mainly: blue. Hex color #2ABCFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ABCFB is #D54304. Grayscale: #979797. Windows color (decimal): -13976325 or 16497706. OLE color: 16497706.
HSL color Cylindrical-coordinate representation of color #2ABCFB: hue angle of 198.09º 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 #2ABCFB is Cyan = 0.83, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 188 | 251 | - |
| CMYK | 0.83 | 0.25 | 0 | 0.02 |
| HSL | 198.09º | 0.96% | 0.57% | - |
| HSV(B) | 198.09º | 0.83% | 0.98% | - |
| XYZ | 36.35 | 43.42 | 97.73 | - |
| YUV | 151.53 | 184.13 | 49.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 188 | 251 | 0.83 | 0.25 | 0 | 0.02 | 198.09 | 0.96 | 0.57 |
| Hex | 2A | BC | FB | 53 | 19 | 0 | 2 | C6 | 60 | 39 |
| Octal | 52 | 274 | 373 | 123 | 31 | 0 | 2 | 306 | 140 | 71 |
| Binary | 101010 | 10111100 | 11111011 | 1010011 | 11001 | 0 | 10 | 11000110 | 1100000 | 111001 |
Color Harmonies of #2ABCFB
Complementary color
Monochromatic Colors of #2ABCFB
Black with #2ABCFB
Text Example
Text Example
White with #2ABCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABCFB; }
p { color: rgb(42,188,251); }
H1.HeaderClassName
{
color: #2ABCFB;
}
.AnyTagClassName
{
color: #2ABCFB;
}
</style>
background-color css
<style>
a { background-color: #2ABCFB; }
a { background-color: rgb(42,188,251); }
div.DivClassName
{
background-color: #2ABCFB;
}
.BgClassName
{
background-color: #2ABCFB;
}
</style>
border-color css
<style>
span { border-color: #2ABCFB; }
span { border-color: rgb(42,188,251); }
td.TdClassName
{
border-color: #2ABCFB;
}
.TagClassName
{
border-color: #2ABCFB;
}
</style>