Shades of Summer Sky #2AD2F1
Tints of Summer Sky #2AD2F1
RGB
CMYK
RGB Variations
Color information
#2AD2F1 (or 0x2AD2F1) is known color: Summer Sky. HEX triplet: 2A, D2 and F1. RGB value is (42,210,241). Sum of RGB (Red+Green+Blue) = 42+210+241=493 (65% of max value = 765). Red value is 42 (16.80% from 255 or 8.52% from 493); Green value is 210 (82.42% from 255 or 42.60% from 493); Blue value is 241 (94.53% from 255 or 48.88% from 493); Max value from RGB is 241 - color contains mainly: blue. Hex color #2AD2F1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2AD2F1 is #D52D0E. Grayscale: #A3A3A3. Windows color (decimal): -13970703 or 15847978. OLE color: 15847978.
HSL color Cylindrical-coordinate representation of color #2AD2F1: hue angle of 189.35º 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 #2AD2F1 is Cyan = 0.83, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 42 | 210 | 241 | - |
| CMYK | 0.83 | 0.13 | 0 | 0.05 |
| HSL | 189.35º | 0.88% | 0.55% | - |
| HSV(B) | 189.35º | 0.83% | 0.95% | - |
| XYZ | 39.88 | 52.94 | 91.33 | - |
| YUV | 163.3 | 171.84 | 41.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 210 | 241 | 0.83 | 0.13 | 0 | 0.05 | 189.35 | 0.88 | 0.55 |
| Hex | 2A | D2 | F1 | 53 | D | 0 | 5 | BD | 58 | 37 |
| Octal | 52 | 322 | 361 | 123 | 15 | 0 | 5 | 275 | 130 | 67 |
| Binary | 101010 | 11010010 | 11110001 | 1010011 | 1101 | 0 | 101 | 10111101 | 1011000 | 110111 |
Color Harmonies of #2AD2F1
Complementary color
Monochromatic Colors of #2AD2F1
Black with #2AD2F1
Text Example
Text Example
White with #2AD2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD2F1; }
p { color: rgb(42,210,241); }
H1.HeaderClassName
{
color: #2AD2F1;
}
.AnyTagClassName
{
color: #2AD2F1;
}
</style>
background-color css
<style>
a { background-color: #2AD2F1; }
a { background-color: rgb(42,210,241); }
div.DivClassName
{
background-color: #2AD2F1;
}
.BgClassName
{
background-color: #2AD2F1;
}
</style>
border-color css
<style>
span { border-color: #2AD2F1; }
span { border-color: rgb(42,210,241); }
td.TdClassName
{
border-color: #2AD2F1;
}
.TagClassName
{
border-color: #2AD2F1;
}
</style>