Shades of Summer Sky #2ABDDF
Tints of Summer Sky #2ABDDF
RGB
CMYK
RGB Variations
Color information
#2ABDDF (or 0x2ABDDF) is known color: Summer Sky. HEX triplet: 2A, BD and DF. RGB value is (42,189,223). Sum of RGB (Red+Green+Blue) = 42+189+223=454 (60% of max value = 765). Red value is 42 (16.80% from 255 or 9.25% from 454); Green value is 189 (74.22% from 255 or 41.63% from 454); Blue value is 223 (87.5% from 255 or 49.12% from 454); Max value from RGB is 223 - color contains mainly: blue. Hex color #2ABDDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ABDDF is #D54220. Grayscale: #949494. Windows color (decimal): -13976097 or 14662954. OLE color: 14662954.
HSL color Cylindrical-coordinate representation of color #2ABDDF: hue angle of 191.27º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ABDDF is Cyan = 0.81, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 189 | 223 | - |
| CMYK | 0.81 | 0.15 | 0 | 0.13 |
| HSL | 191.27º | 0.74% | 0.52% | - |
| HSV(B) | 191.27º | 0.81% | 0.87% | - |
| XYZ | 32.47 | 42.22 | 76.25 | - |
| YUV | 148.92 | 169.8 | 51.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 189 | 223 | 0.81 | 0.15 | 0 | 0.13 | 191.27 | 0.74 | 0.52 |
| Hex | 2A | BD | DF | 51 | F | 0 | D | BF | 4A | 34 |
| Octal | 52 | 275 | 337 | 121 | 17 | 0 | 15 | 277 | 112 | 64 |
| Binary | 101010 | 10111101 | 11011111 | 1010001 | 1111 | 0 | 1101 | 10111111 | 1001010 | 110100 |
Color Harmonies of #2ABDDF
Complementary color
Monochromatic Colors of #2ABDDF
Black with #2ABDDF
Text Example
Text Example
White with #2ABDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABDDF; }
p { color: rgb(42,189,223); }
H1.HeaderClassName
{
color: #2ABDDF;
}
.AnyTagClassName
{
color: #2ABDDF;
}
</style>
background-color css
<style>
a { background-color: #2ABDDF; }
a { background-color: rgb(42,189,223); }
div.DivClassName
{
background-color: #2ABDDF;
}
.BgClassName
{
background-color: #2ABDDF;
}
</style>
border-color css
<style>
span { border-color: #2ABDDF; }
span { border-color: rgb(42,189,223); }
td.TdClassName
{
border-color: #2ABDDF;
}
.TagClassName
{
border-color: #2ABDDF;
}
</style>