Shades of Summer Sky #40ACD2
Tints of Summer Sky #40ACD2
RGB
CMYK
RGB Variations
Color information
#40ACD2 (or 0x40ACD2) is known color: Summer Sky. HEX triplet: 40, AC and D2. RGB value is (64,172,210). Sum of RGB (Red+Green+Blue) = 64+172+210=446 (59% of max value = 765). Red value is 64 (25.39% from 255 or 14.35% from 446); Green value is 172 (67.58% from 255 or 38.57% from 446); Blue value is 210 (82.42% from 255 or 47.09% from 446); Max value from RGB is 210 - color contains mainly: blue. Hex color #40ACD2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40ACD2 is #BF532D. Grayscale: #8F8F8F. Windows color (decimal): -12538670 or 13806656. OLE color: 13806656.
HSL color Cylindrical-coordinate representation of color #40ACD2: hue angle of 195.62º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40ACD2 is Cyan = 0.70, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 64 | 172 | 210 | - |
| CMYK | 0.70 | 0.18 | 0 | 0.18 |
| HSL | 195.62º | 0.62% | 0.54% | - |
| HSV(B) | 195.62º | 0.7% | 0.82% | - |
| XYZ | 28.5 | 35.25 | 66.27 | - |
| YUV | 144.04 | 165.22 | 70.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 172 | 210 | 0.70 | 0.18 | 0 | 0.18 | 195.62 | 0.62 | 0.54 |
| Hex | 40 | AC | D2 | 46 | 12 | 0 | 12 | C4 | 3E | 36 |
| Octal | 100 | 254 | 322 | 106 | 22 | 0 | 22 | 304 | 76 | 66 |
| Binary | 1000000 | 10101100 | 11010010 | 1000110 | 10010 | 0 | 10010 | 11000100 | 111110 | 110110 |
Color Harmonies of #40ACD2
Complementary color
Monochromatic Colors of #40ACD2
Black with #40ACD2
Text Example
Text Example
White with #40ACD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40ACD2; }
p { color: rgb(64,172,210); }
H1.HeaderClassName
{
color: #40ACD2;
}
.AnyTagClassName
{
color: #40ACD2;
}
</style>
background-color css
<style>
a { background-color: #40ACD2; }
a { background-color: rgb(64,172,210); }
div.DivClassName
{
background-color: #40ACD2;
}
.BgClassName
{
background-color: #40ACD2;
}
</style>
border-color css
<style>
span { border-color: #40ACD2; }
span { border-color: rgb(64,172,210); }
td.TdClassName
{
border-color: #40ACD2;
}
.TagClassName
{
border-color: #40ACD2;
}
</style>