Shades of Summer Sky #2ABFFB
Tints of Summer Sky #2ABFFB
RGB
CMYK
RGB Variations
Color information
#2ABFFB (or 0x2ABFFB) is known color: Summer Sky. HEX triplet: 2A, BF and FB. RGB value is (42,191,251). Sum of RGB (Red+Green+Blue) = 42+191+251=484 (64% of max value = 765). Red value is 42 (16.80% from 255 or 8.68% from 484); Green value is 191 (75% from 255 or 39.46% from 484); Blue value is 251 (98.44% from 255 or 51.86% from 484); Max value from RGB is 251 - color contains mainly: blue. Hex color #2ABFFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ABFFB is #D54004. Grayscale: #989898. Windows color (decimal): -13975557 or 16498474. OLE color: 16498474.
HSL color Cylindrical-coordinate representation of color #2ABFFB: hue angle of 197.22º 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 #2ABFFB is Cyan = 0.83, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 191 | 251 | - |
| CMYK | 0.83 | 0.24 | 0 | 0.02 |
| HSL | 197.22º | 0.96% | 0.57% | - |
| HSV(B) | 197.22º | 0.83% | 0.98% | - |
| XYZ | 37 | 44.72 | 97.95 | - |
| YUV | 153.29 | 183.14 | 48.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 191 | 251 | 0.83 | 0.24 | 0 | 0.02 | 197.22 | 0.96 | 0.57 |
| Hex | 2A | BF | FB | 53 | 18 | 0 | 2 | C5 | 60 | 39 |
| Octal | 52 | 277 | 373 | 123 | 30 | 0 | 2 | 305 | 140 | 71 |
| Binary | 101010 | 10111111 | 11111011 | 1010011 | 11000 | 0 | 10 | 11000101 | 1100000 | 111001 |
Color Harmonies of #2ABFFB
Complementary color
Monochromatic Colors of #2ABFFB
Black with #2ABFFB
Text Example
Text Example
White with #2ABFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABFFB; }
p { color: rgb(42,191,251); }
H1.HeaderClassName
{
color: #2ABFFB;
}
.AnyTagClassName
{
color: #2ABFFB;
}
</style>
background-color css
<style>
a { background-color: #2ABFFB; }
a { background-color: rgb(42,191,251); }
div.DivClassName
{
background-color: #2ABFFB;
}
.BgClassName
{
background-color: #2ABFFB;
}
</style>
border-color css
<style>
span { border-color: #2ABFFB; }
span { border-color: rgb(42,191,251); }
td.TdClassName
{
border-color: #2ABFFB;
}
.TagClassName
{
border-color: #2ABFFB;
}
</style>