Shades of Summer Sky #42A1DD
Tints of Summer Sky #42A1DD
RGB
CMYK
RGB Variations
Color information
#42A1DD (or 0x42A1DD) is known color: Summer Sky. HEX triplet: 42, A1 and DD. RGB value is (66,161,221). Sum of RGB (Red+Green+Blue) = 66+161+221=448 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.73% from 448); Green value is 161 (63.28% from 255 or 35.94% from 448); Blue value is 221 (86.72% from 255 or 49.33% from 448); Max value from RGB is 221 - color contains mainly: blue. Hex color #42A1DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42A1DD is #BD5E22. Grayscale: #8B8B8B. Windows color (decimal): -12410403 or 14524738. OLE color: 14524738.
HSL color Cylindrical-coordinate representation of color #42A1DD: hue angle of 203.23º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42A1DD is Cyan = 0.70, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 161 | 221 | - |
| CMYK | 0.70 | 0.27 | 0 | 0.13 |
| HSL | 203.23º | 0.7% | 0.56% | - |
| HSV(B) | 203.23º | 0.7% | 0.87% | - |
| XYZ | 28.04 | 31.87 | 73.08 | - |
| YUV | 139.44 | 174.03 | 75.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 161 | 221 | 0.70 | 0.27 | 0 | 0.13 | 203.23 | 0.7 | 0.56 |
| Hex | 42 | A1 | DD | 46 | 1B | 0 | D | CB | 46 | 38 |
| Octal | 102 | 241 | 335 | 106 | 33 | 0 | 15 | 313 | 106 | 70 |
| Binary | 1000010 | 10100001 | 11011101 | 1000110 | 11011 | 0 | 1101 | 11001011 | 1000110 | 111000 |
Color Harmonies of #42A1DD
Complementary color
Monochromatic Colors of #42A1DD
Black with #42A1DD
Text Example
Text Example
White with #42A1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42A1DD; }
p { color: rgb(66,161,221); }
H1.HeaderClassName
{
color: #42A1DD;
}
.AnyTagClassName
{
color: #42A1DD;
}
</style>
background-color css
<style>
a { background-color: #42A1DD; }
a { background-color: rgb(66,161,221); }
div.DivClassName
{
background-color: #42A1DD;
}
.BgClassName
{
background-color: #42A1DD;
}
</style>
border-color css
<style>
span { border-color: #42A1DD; }
span { border-color: rgb(66,161,221); }
td.TdClassName
{
border-color: #42A1DD;
}
.TagClassName
{
border-color: #42A1DD;
}
</style>