Shades of Summer Sky #2AAFCE
Tints of Summer Sky #2AAFCE
RGB
CMYK
RGB Variations
Color information
#2AAFCE (or 0x2AAFCE) is known color: Summer Sky. HEX triplet: 2A, AF and CE. RGB value is (42,175,206). Sum of RGB (Red+Green+Blue) = 42+175+206=423 (56% of max value = 765). Red value is 42 (16.80% from 255 or 9.93% from 423); Green value is 175 (68.75% from 255 or 41.37% from 423); Blue value is 206 (80.86% from 255 or 48.70% from 423); Max value from RGB is 206 - color contains mainly: blue. Hex color #2AAFCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2AAFCE is #D55031. Grayscale: #8A8A8A. Windows color (decimal): -13979698 or 13545258. OLE color: 13545258.
HSL color Cylindrical-coordinate representation of color #2AAFCE: hue angle of 191.34º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2AAFCE is Cyan = 0.80, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 42 | 175 | 206 | - |
| CMYK | 0.80 | 0.15 | 0 | 0.19 |
| HSL | 191.34º | 0.66% | 0.49% | - |
| HSV(B) | 191.34º | 0.8% | 0.81% | - |
| XYZ | 27.43 | 35.61 | 63.82 | - |
| YUV | 138.77 | 165.94 | 58.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 175 | 206 | 0.80 | 0.15 | 0 | 0.19 | 191.34 | 0.66 | 0.49 |
| Hex | 2A | AF | CE | 50 | F | 0 | 13 | BF | 42 | 31 |
| Octal | 52 | 257 | 316 | 120 | 17 | 0 | 23 | 277 | 102 | 61 |
| Binary | 101010 | 10101111 | 11001110 | 1010000 | 1111 | 0 | 10011 | 10111111 | 1000010 | 110001 |
Color Harmonies of #2AAFCE
Complementary color
Monochromatic Colors of #2AAFCE
Black with #2AAFCE
Text Example
Text Example
White with #2AAFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAFCE; }
p { color: rgb(42,175,206); }
H1.HeaderClassName
{
color: #2AAFCE;
}
.AnyTagClassName
{
color: #2AAFCE;
}
</style>
background-color css
<style>
a { background-color: #2AAFCE; }
a { background-color: rgb(42,175,206); }
div.DivClassName
{
background-color: #2AAFCE;
}
.BgClassName
{
background-color: #2AAFCE;
}
</style>
border-color css
<style>
span { border-color: #2AAFCE; }
span { border-color: rgb(42,175,206); }
td.TdClassName
{
border-color: #2AAFCE;
}
.TagClassName
{
border-color: #2AAFCE;
}
</style>