Shades of Summer Sky #42B0FB
Tints of Summer Sky #42B0FB
RGB
CMYK
RGB Variations
Color information
#42B0FB (or 0x42B0FB) is known color: Summer Sky. HEX triplet: 42, B0 and FB. RGB value is (66,176,251). Sum of RGB (Red+Green+Blue) = 66+176+251=493 (65% of max value = 765). Red value is 66 (26.17% from 255 or 13.39% from 493); Green value is 176 (69.14% from 255 or 35.70% from 493); Blue value is 251 (98.44% from 255 or 50.91% from 493); Max value from RGB is 251 - color contains mainly: blue. Hex color #42B0FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #42B0FB is #BD4F04. Grayscale: #979797. Windows color (decimal): -12406533 or 16494658. OLE color: 16494658.
HSL color Cylindrical-coordinate representation of color #42B0FB: hue angle of 204.32º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42B0FB is Cyan = 0.74, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 176 | 251 | - |
| CMYK | 0.74 | 0.30 | 0 | 0.02 |
| HSL | 204.32º | 0.96% | 0.62% | - |
| HSV(B) | 204.32º | 0.74% | 0.98% | - |
| XYZ | 35.18 | 39.17 | 96.97 | - |
| YUV | 151.66 | 184.06 | 66.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 176 | 251 | 0.74 | 0.30 | 0 | 0.02 | 204.32 | 0.96 | 0.62 |
| Hex | 42 | B0 | FB | 4A | 1E | 0 | 2 | CC | 60 | 3E |
| Octal | 102 | 260 | 373 | 112 | 36 | 0 | 2 | 314 | 140 | 76 |
| Binary | 1000010 | 10110000 | 11111011 | 1001010 | 11110 | 0 | 10 | 11001100 | 1100000 | 111110 |
Color Harmonies of #42B0FB
Complementary color
Monochromatic Colors of #42B0FB
Black with #42B0FB
Text Example
Text Example
White with #42B0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B0FB; }
p { color: rgb(66,176,251); }
H1.HeaderClassName
{
color: #42B0FB;
}
.AnyTagClassName
{
color: #42B0FB;
}
</style>
background-color css
<style>
a { background-color: #42B0FB; }
a { background-color: rgb(66,176,251); }
div.DivClassName
{
background-color: #42B0FB;
}
.BgClassName
{
background-color: #42B0FB;
}
</style>
border-color css
<style>
span { border-color: #42B0FB; }
span { border-color: rgb(66,176,251); }
td.TdClassName
{
border-color: #42B0FB;
}
.TagClassName
{
border-color: #42B0FB;
}
</style>