Shades of Summer Sky #2ABFF4
Tints of Summer Sky #2ABFF4
RGB
CMYK
RGB Variations
Color information
#2ABFF4 (or 0x2ABFF4) is known color: Summer Sky. HEX triplet: 2A, BF and F4. RGB value is (42,191,244). Sum of RGB (Red+Green+Blue) = 42+191+244=477 (63% of max value = 765). Red value is 42 (16.80% from 255 or 8.81% from 477); Green value is 191 (75% from 255 or 40.04% from 477); Blue value is 244 (95.70% from 255 or 51.15% from 477); Max value from RGB is 244 - color contains mainly: blue. Hex color #2ABFF4 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ABFF4 is #D5400B. Grayscale: #989898. Windows color (decimal): -13975564 or 16039722. OLE color: 16039722.
HSL color Cylindrical-coordinate representation of color #2ABFF4: hue angle of 195.74º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2ABFF4 is Cyan = 0.83, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 42 | 191 | 244 | - |
| CMYK | 0.83 | 0.22 | 0 | 0.04 |
| HSL | 195.74º | 0.9% | 0.56% | - |
| HSV(B) | 195.74º | 0.83% | 0.96% | - |
| XYZ | 35.91 | 44.29 | 92.24 | - |
| YUV | 152.49 | 179.64 | 49.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 191 | 244 | 0.83 | 0.22 | 0 | 0.04 | 195.74 | 0.9 | 0.56 |
| Hex | 2A | BF | F4 | 53 | 16 | 0 | 4 | C4 | 5A | 38 |
| Octal | 52 | 277 | 364 | 123 | 26 | 0 | 4 | 304 | 132 | 70 |
| Binary | 101010 | 10111111 | 11110100 | 1010011 | 10110 | 0 | 100 | 11000100 | 1011010 | 111000 |
Color Harmonies of #2ABFF4
Complementary color
Monochromatic Colors of #2ABFF4
Black with #2ABFF4
Text Example
Text Example
White with #2ABFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABFF4; }
p { color: rgb(42,191,244); }
H1.HeaderClassName
{
color: #2ABFF4;
}
.AnyTagClassName
{
color: #2ABFF4;
}
</style>
background-color css
<style>
a { background-color: #2ABFF4; }
a { background-color: rgb(42,191,244); }
div.DivClassName
{
background-color: #2ABFF4;
}
.BgClassName
{
background-color: #2ABFF4;
}
</style>
border-color css
<style>
span { border-color: #2ABFF4; }
span { border-color: rgb(42,191,244); }
td.TdClassName
{
border-color: #2ABFF4;
}
.TagClassName
{
border-color: #2ABFF4;
}
</style>