Shades of Summer Sky #42ADFF
Tints of Summer Sky #42ADFF
RGB
CMYK
RGB Variations
Color information
#42ADFF (or 0x42ADFF) is known color: Summer Sky. HEX triplet: 42, AD and FF. RGB value is (66,173,255). Sum of RGB (Red+Green+Blue) = 66+173+255=494 (65% of max value = 765). Red value is 66 (26.17% from 255 or 13.36% from 494); Green value is 173 (67.97% from 255 or 35.02% from 494); Blue value is 255 (100% from 255 or 51.62% from 494); Max value from RGB is 255 - color contains mainly: blue. Hex color #42ADFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #42ADFF is #BD5200. Grayscale: #959595. Windows color (decimal): -12407297 or 16756034. OLE color: 16756034.
HSL color Cylindrical-coordinate representation of color #42ADFF: hue angle of 206.03º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42ADFF is Cyan = 0.74, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 66 | 173 | 255 | - |
| CMYK | 0.74 | 0.32 | 0 | 0 |
| HSL | 206.03º | 1% | 0.63% | - |
| HSV(B) | 206.03º | 0.74% | 1% | - |
| XYZ | 35.24 | 38.27 | 100.14 | - |
| YUV | 150.36 | 187.05 | 67.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 173 | 255 | 0.74 | 0.32 | 0 | 0 | 206.03 | 1 | 0.63 |
| Hex | 42 | AD | FF | 4A | 20 | 0 | 0 | CE | 64 | 3F |
| Octal | 102 | 255 | 377 | 112 | 40 | 0 | 0 | 316 | 144 | 77 |
| Binary | 1000010 | 10101101 | 11111111 | 1001010 | 100000 | 0 | 0 | 11001110 | 1100100 | 111111 |
Color Harmonies of #42ADFF
Complementary color
Monochromatic Colors of #42ADFF
Black with #42ADFF
Text Example
Text Example
White with #42ADFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42ADFF; }
p { color: rgb(66,173,255); }
H1.HeaderClassName
{
color: #42ADFF;
}
.AnyTagClassName
{
color: #42ADFF;
}
</style>
background-color css
<style>
a { background-color: #42ADFF; }
a { background-color: rgb(66,173,255); }
div.DivClassName
{
background-color: #42ADFF;
}
.BgClassName
{
background-color: #42ADFF;
}
</style>
border-color css
<style>
span { border-color: #42ADFF; }
span { border-color: rgb(66,173,255); }
td.TdClassName
{
border-color: #42ADFF;
}
.TagClassName
{
border-color: #42ADFF;
}
</style>