Shades of Summer Sky #2ABDF1
Tints of Summer Sky #2ABDF1
RGB
CMYK
RGB Variations
Color information
#2ABDF1 (or 0x2ABDF1) is known color: Summer Sky. HEX triplet: 2A, BD and F1. RGB value is (42,189,241). Sum of RGB (Red+Green+Blue) = 42+189+241=472 (62% of max value = 765). Red value is 42 (16.80% from 255 or 8.90% from 472); Green value is 189 (74.22% from 255 or 40.04% from 472); Blue value is 241 (94.53% from 255 or 51.06% from 472); Max value from RGB is 241 - color contains mainly: blue. Hex color #2ABDF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ABDF1 is #D5420E. Grayscale: #969696. Windows color (decimal): -13976079 or 15842602. OLE color: 15842602.
HSL color Cylindrical-coordinate representation of color #2ABDF1: hue angle of 195.68º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2ABDF1 is Cyan = 0.83, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 42 | 189 | 241 | - |
| CMYK | 0.83 | 0.22 | 0 | 0.05 |
| HSL | 195.68º | 0.88% | 0.55% | - |
| HSV(B) | 195.68º | 0.83% | 0.95% | - |
| XYZ | 35.03 | 43.24 | 89.72 | - |
| YUV | 150.98 | 178.8 | 50.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 189 | 241 | 0.83 | 0.22 | 0 | 0.05 | 195.68 | 0.88 | 0.55 |
| Hex | 2A | BD | F1 | 53 | 16 | 0 | 5 | C4 | 58 | 37 |
| Octal | 52 | 275 | 361 | 123 | 26 | 0 | 5 | 304 | 130 | 67 |
| Binary | 101010 | 10111101 | 11110001 | 1010011 | 10110 | 0 | 101 | 11000100 | 1011000 | 110111 |
Color Harmonies of #2ABDF1
Complementary color
Monochromatic Colors of #2ABDF1
Black with #2ABDF1
Text Example
Text Example
White with #2ABDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABDF1; }
p { color: rgb(42,189,241); }
H1.HeaderClassName
{
color: #2ABDF1;
}
.AnyTagClassName
{
color: #2ABDF1;
}
</style>
background-color css
<style>
a { background-color: #2ABDF1; }
a { background-color: rgb(42,189,241); }
div.DivClassName
{
background-color: #2ABDF1;
}
.BgClassName
{
background-color: #2ABDF1;
}
</style>
border-color css
<style>
span { border-color: #2ABDF1; }
span { border-color: rgb(42,189,241); }
td.TdClassName
{
border-color: #2ABDF1;
}
.TagClassName
{
border-color: #2ABDF1;
}
</style>