Shades of Summer Sky #42AFDB
Tints of Summer Sky #42AFDB
RGB
CMYK
RGB Variations
Color information
#42AFDB (or 0x42AFDB) is known color: Summer Sky. HEX triplet: 42, AF and DB. RGB value is (66,175,219). Sum of RGB (Red+Green+Blue) = 66+175+219=460 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.35% from 460); Green value is 175 (68.75% from 255 or 38.04% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 219 - color contains mainly: blue. Hex color #42AFDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42AFDB is #BD5024. Grayscale: #939393. Windows color (decimal): -12406821 or 14397250. OLE color: 14397250.
HSL color Cylindrical-coordinate representation of color #42AFDB: hue angle of 197.25º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42AFDB is Cyan = 0.70, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 66 | 175 | 219 | - |
| CMYK | 0.70 | 0.20 | 0 | 0.14 |
| HSL | 197.25º | 0.68% | 0.56% | - |
| HSV(B) | 197.25º | 0.7% | 0.86% | - |
| XYZ | 30.36 | 36.93 | 72.55 | - |
| YUV | 147.43 | 168.39 | 69.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 175 | 219 | 0.70 | 0.20 | 0 | 0.14 | 197.25 | 0.68 | 0.56 |
| Hex | 42 | AF | DB | 46 | 14 | 0 | E | C5 | 44 | 38 |
| Octal | 102 | 257 | 333 | 106 | 24 | 0 | 16 | 305 | 104 | 70 |
| Binary | 1000010 | 10101111 | 11011011 | 1000110 | 10100 | 0 | 1110 | 11000101 | 1000100 | 111000 |
Color Harmonies of #42AFDB
Complementary color
Monochromatic Colors of #42AFDB
Black with #42AFDB
Text Example
Text Example
White with #42AFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42AFDB; }
p { color: rgb(66,175,219); }
H1.HeaderClassName
{
color: #42AFDB;
}
.AnyTagClassName
{
color: #42AFDB;
}
</style>
background-color css
<style>
a { background-color: #42AFDB; }
a { background-color: rgb(66,175,219); }
div.DivClassName
{
background-color: #42AFDB;
}
.BgClassName
{
background-color: #42AFDB;
}
</style>
border-color css
<style>
span { border-color: #42AFDB; }
span { border-color: rgb(66,175,219); }
td.TdClassName
{
border-color: #42AFDB;
}
.TagClassName
{
border-color: #42AFDB;
}
</style>