Shades of Summer Sky #2ACADB
Tints of Summer Sky #2ACADB
RGB
CMYK
RGB Variations
Color information
#2ACADB (or 0x2ACADB) is known color: Summer Sky. HEX triplet: 2A, CA and DB. RGB value is (42,202,219). Sum of RGB (Red+Green+Blue) = 42+202+219=463 (61% of max value = 765). Red value is 42 (16.80% from 255 or 9.07% from 463); Green value is 202 (79.30% from 255 or 43.63% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 219 - color contains mainly: blue. Hex color #2ACADB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ACADB is #D53524. Grayscale: #9B9B9B. Windows color (decimal): -13972773 or 14404138. OLE color: 14404138.
HSL color Cylindrical-coordinate representation of color #2ACADB: hue angle of 185.76º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ACADB is Cyan = 0.81, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 42 | 202 | 219 | - |
| CMYK | 0.81 | 0.08 | 0 | 0.14 |
| HSL | 185.76º | 0.71% | 0.51% | - |
| HSV(B) | 185.76º | 0.81% | 0.86% | - |
| XYZ | 34.86 | 47.85 | 74.42 | - |
| YUV | 156.1 | 163.49 | 46.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 202 | 219 | 0.81 | 0.08 | 0 | 0.14 | 185.76 | 0.71 | 0.51 |
| Hex | 2A | CA | DB | 51 | 8 | 0 | E | BA | 47 | 33 |
| Octal | 52 | 312 | 333 | 121 | 10 | 0 | 16 | 272 | 107 | 63 |
| Binary | 101010 | 11001010 | 11011011 | 1010001 | 1000 | 0 | 1110 | 10111010 | 1000111 | 110011 |
Color Harmonies of #2ACADB
Complementary color
Monochromatic Colors of #2ACADB
Black with #2ACADB
Text Example
Text Example
White with #2ACADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACADB; }
p { color: rgb(42,202,219); }
H1.HeaderClassName
{
color: #2ACADB;
}
.AnyTagClassName
{
color: #2ACADB;
}
</style>
background-color css
<style>
a { background-color: #2ACADB; }
a { background-color: rgb(42,202,219); }
div.DivClassName
{
background-color: #2ACADB;
}
.BgClassName
{
background-color: #2ACADB;
}
</style>
border-color css
<style>
span { border-color: #2ACADB; }
span { border-color: rgb(42,202,219); }
td.TdClassName
{
border-color: #2ACADB;
}
.TagClassName
{
border-color: #2ACADB;
}
</style>