Shades of Summer Sky #42B0FF
Tints of Summer Sky #42B0FF
RGB
CMYK
RGB Variations
Color information
#42B0FF (or 0x42B0FF) is known color: Summer Sky. HEX triplet: 42, B0 and FF. RGB value is (66,176,255). Sum of RGB (Red+Green+Blue) = 66+176+255=497 (65% of max value = 765). Red value is 66 (26.17% from 255 or 13.28% from 497); Green value is 176 (69.14% from 255 or 35.41% from 497); Blue value is 255 (100% from 255 or 51.31% from 497); Max value from RGB is 255 - color contains mainly: blue. Hex color #42B0FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #42B0FF is #BD4F00. Grayscale: #979797. Windows color (decimal): -12406529 or 16756802. OLE color: 16756802.
HSL color Cylindrical-coordinate representation of color #42B0FF: hue angle of 205.08º 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 #42B0FF is Cyan = 0.74, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 66 | 176 | 255 | - |
| CMYK | 0.74 | 0.31 | 0 | 0 |
| HSL | 205.08º | 1% | 0.63% | - |
| HSV(B) | 205.08º | 0.74% | 1% | - |
| XYZ | 35.82 | 39.43 | 100.33 | - |
| YUV | 152.12 | 186.06 | 66.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 176 | 255 | 0.74 | 0.31 | 0 | 0 | 205.08 | 1 | 0.63 |
| Hex | 42 | B0 | FF | 4A | 1F | 0 | 0 | CD | 64 | 3F |
| Octal | 102 | 260 | 377 | 112 | 37 | 0 | 0 | 315 | 144 | 77 |
| Binary | 1000010 | 10110000 | 11111111 | 1001010 | 11111 | 0 | 0 | 11001101 | 1100100 | 111111 |
Color Harmonies of #42B0FF
Complementary color
Monochromatic Colors of #42B0FF
Black with #42B0FF
Text Example
Text Example
White with #42B0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B0FF; }
p { color: rgb(66,176,255); }
H1.HeaderClassName
{
color: #42B0FF;
}
.AnyTagClassName
{
color: #42B0FF;
}
</style>
background-color css
<style>
a { background-color: #42B0FF; }
a { background-color: rgb(66,176,255); }
div.DivClassName
{
background-color: #42B0FF;
}
.BgClassName
{
background-color: #42B0FF;
}
</style>
border-color css
<style>
span { border-color: #42B0FF; }
span { border-color: rgb(66,176,255); }
td.TdClassName
{
border-color: #42B0FF;
}
.TagClassName
{
border-color: #42B0FF;
}
</style>