Shades of Summer Sky #42B5D5
Tints of Summer Sky #42B5D5
RGB
CMYK
RGB Variations
Color information
#42B5D5 (or 0x42B5D5) is known color: Summer Sky. HEX triplet: 42, B5 and D5. RGB value is (66,181,213). Sum of RGB (Red+Green+Blue) = 66+181+213=460 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.35% from 460); Green value is 181 (71.09% from 255 or 39.35% from 460); Blue value is 213 (83.59% from 255 or 46.30% from 460); Max value from RGB is 213 - color contains mainly: blue. Hex color #42B5D5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42B5D5 is #BD4A2A. Grayscale: #969696. Windows color (decimal): -12405291 or 14005570. OLE color: 14005570.
HSL color Cylindrical-coordinate representation of color #42B5D5: hue angle of 193.06º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42B5D5 is Cyan = 0.69, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 66 | 181 | 213 | - |
| CMYK | 0.69 | 0.15 | 0 | 0.16 |
| HSL | 193.06º | 0.64% | 0.55% | - |
| HSV(B) | 193.06º | 0.69% | 0.84% | - |
| XYZ | 30.78 | 39.01 | 68.86 | - |
| YUV | 150.26 | 163.4 | 67.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 181 | 213 | 0.69 | 0.15 | 0 | 0.16 | 193.06 | 0.64 | 0.55 |
| Hex | 42 | B5 | D5 | 45 | F | 0 | 10 | C1 | 40 | 37 |
| Octal | 102 | 265 | 325 | 105 | 17 | 0 | 20 | 301 | 100 | 67 |
| Binary | 1000010 | 10110101 | 11010101 | 1000101 | 1111 | 0 | 10000 | 11000001 | 1000000 | 110111 |
Color Harmonies of #42B5D5
Complementary color
Monochromatic Colors of #42B5D5
Black with #42B5D5
Text Example
Text Example
White with #42B5D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B5D5; }
p { color: rgb(66,181,213); }
H1.HeaderClassName
{
color: #42B5D5;
}
.AnyTagClassName
{
color: #42B5D5;
}
</style>
background-color css
<style>
a { background-color: #42B5D5; }
a { background-color: rgb(66,181,213); }
div.DivClassName
{
background-color: #42B5D5;
}
.BgClassName
{
background-color: #42B5D5;
}
</style>
border-color css
<style>
span { border-color: #42B5D5; }
span { border-color: rgb(66,181,213); }
td.TdClassName
{
border-color: #42B5D5;
}
.TagClassName
{
border-color: #42B5D5;
}
</style>