Shades of Summer Sky #42AED4
Tints of Summer Sky #42AED4
RGB
CMYK
RGB Variations
Color information
#42AED4 (or 0x42AED4) is known color: Summer Sky. HEX triplet: 42, AE and D4. RGB value is (66,174,212). Sum of RGB (Red+Green+Blue) = 66+174+212=452 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.60% from 452); Green value is 174 (68.36% from 255 or 38.50% from 452); Blue value is 212 (83.20% from 255 or 46.90% from 452); Max value from RGB is 212 - color contains mainly: blue. Hex color #42AED4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42AED4 is #BD512B. Grayscale: #919191. Windows color (decimal): -12407084 or 13938242. OLE color: 13938242.
HSL color Cylindrical-coordinate representation of color #42AED4: hue angle of 195.62º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42AED4 is Cyan = 0.69, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 66 | 174 | 212 | - |
| CMYK | 0.69 | 0.18 | 0 | 0.17 |
| HSL | 195.62º | 0.63% | 0.55% | - |
| HSV(B) | 195.62º | 0.69% | 0.83% | - |
| XYZ | 29.27 | 36.18 | 67.73 | - |
| YUV | 146.04 | 165.22 | 70.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 174 | 212 | 0.69 | 0.18 | 0 | 0.17 | 195.62 | 0.63 | 0.55 |
| Hex | 42 | AE | D4 | 45 | 12 | 0 | 11 | C4 | 3F | 37 |
| Octal | 102 | 256 | 324 | 105 | 22 | 0 | 21 | 304 | 77 | 67 |
| Binary | 1000010 | 10101110 | 11010100 | 1000101 | 10010 | 0 | 10001 | 11000100 | 111111 | 110111 |
Color Harmonies of #42AED4
Complementary color
Monochromatic Colors of #42AED4
Black with #42AED4
Text Example
Text Example
White with #42AED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42AED4; }
p { color: rgb(66,174,212); }
H1.HeaderClassName
{
color: #42AED4;
}
.AnyTagClassName
{
color: #42AED4;
}
</style>
background-color css
<style>
a { background-color: #42AED4; }
a { background-color: rgb(66,174,212); }
div.DivClassName
{
background-color: #42AED4;
}
.BgClassName
{
background-color: #42AED4;
}
</style>
border-color css
<style>
span { border-color: #42AED4; }
span { border-color: rgb(66,174,212); }
td.TdClassName
{
border-color: #42AED4;
}
.TagClassName
{
border-color: #42AED4;
}
</style>