Shades of Summer Sky #42BAF8
Tints of Summer Sky #42BAF8
RGB
CMYK
RGB Variations
Color information
#42BAF8 (or 0x42BAF8) is known color: Summer Sky. HEX triplet: 42, BA and F8. RGB value is (66,186,248). Sum of RGB (Red+Green+Blue) = 66+186+248=500 (66% of max value = 765). Red value is 66 (26.17% from 255 or 13.2% from 500); Green value is 186 (73.05% from 255 or 37.2% from 500); Blue value is 248 (97.27% from 255 or 49.6% from 500); Max value from RGB is 248 - color contains mainly: blue. Hex color #42BAF8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42BAF8 is #BD4507. Grayscale: #9C9C9C. Windows color (decimal): -12403976 or 16300610. OLE color: 16300610.
HSL color Cylindrical-coordinate representation of color #42BAF8: hue angle of 200.44º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42BAF8 is Cyan = 0.73, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 66 | 186 | 248 | - |
| CMYK | 0.73 | 0.25 | 0 | 0.03 |
| HSL | 200.44º | 0.93% | 0.62% | - |
| HSV(B) | 200.44º | 0.73% | 0.97% | - |
| XYZ | 36.75 | 43.05 | 95.18 | - |
| YUV | 157.19 | 179.24 | 62.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 186 | 248 | 0.73 | 0.25 | 0 | 0.03 | 200.44 | 0.93 | 0.62 |
| Hex | 42 | BA | F8 | 49 | 19 | 0 | 3 | C8 | 5D | 3E |
| Octal | 102 | 272 | 370 | 111 | 31 | 0 | 3 | 310 | 135 | 76 |
| Binary | 1000010 | 10111010 | 11111000 | 1001001 | 11001 | 0 | 11 | 11001000 | 1011101 | 111110 |
Color Harmonies of #42BAF8
Complementary color
Monochromatic Colors of #42BAF8
Black with #42BAF8
Text Example
Text Example
White with #42BAF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BAF8; }
p { color: rgb(66,186,248); }
H1.HeaderClassName
{
color: #42BAF8;
}
.AnyTagClassName
{
color: #42BAF8;
}
</style>
background-color css
<style>
a { background-color: #42BAF8; }
a { background-color: rgb(66,186,248); }
div.DivClassName
{
background-color: #42BAF8;
}
.BgClassName
{
background-color: #42BAF8;
}
</style>
border-color css
<style>
span { border-color: #42BAF8; }
span { border-color: rgb(66,186,248); }
td.TdClassName
{
border-color: #42BAF8;
}
.TagClassName
{
border-color: #42BAF8;
}
</style>