Shades of Summer Sky #42B2FA
Tints of Summer Sky #42B2FA
RGB
CMYK
RGB Variations
Color information
#42B2FA (or 0x42B2FA) is known color: Summer Sky. HEX triplet: 42, B2 and FA. RGB value is (66,178,250). Sum of RGB (Red+Green+Blue) = 66+178+250=494 (65% of max value = 765). Red value is 66 (26.17% from 255 or 13.36% from 494); Green value is 178 (69.92% from 255 or 36.03% from 494); Blue value is 250 (98.05% from 255 or 50.61% from 494); Max value from RGB is 250 - color contains mainly: blue. Hex color #42B2FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #42B2FA is #BD4D05. Grayscale: #989898. Windows color (decimal): -12406022 or 16429634. OLE color: 16429634.
HSL color Cylindrical-coordinate representation of color #42B2FA: hue angle of 203.48º degrees, saturation: 0.95, 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 #42B2FA is Cyan = 0.74, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 178 | 250 | - |
| CMYK | 0.74 | 0.29 | 0 | 0.02 |
| HSL | 203.48º | 0.95% | 0.62% | - |
| HSV(B) | 203.48º | 0.74% | 0.98% | - |
| XYZ | 35.42 | 39.9 | 96.28 | - |
| YUV | 152.72 | 182.89 | 66.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 178 | 250 | 0.74 | 0.29 | 0 | 0.02 | 203.48 | 0.95 | 0.62 |
| Hex | 42 | B2 | FA | 4A | 1D | 0 | 2 | CB | 5F | 3E |
| Octal | 102 | 262 | 372 | 112 | 35 | 0 | 2 | 313 | 137 | 76 |
| Binary | 1000010 | 10110010 | 11111010 | 1001010 | 11101 | 0 | 10 | 11001011 | 1011111 | 111110 |
Color Harmonies of #42B2FA
Complementary color
Monochromatic Colors of #42B2FA
Black with #42B2FA
Text Example
Text Example
White with #42B2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B2FA; }
p { color: rgb(66,178,250); }
H1.HeaderClassName
{
color: #42B2FA;
}
.AnyTagClassName
{
color: #42B2FA;
}
</style>
background-color css
<style>
a { background-color: #42B2FA; }
a { background-color: rgb(66,178,250); }
div.DivClassName
{
background-color: #42B2FA;
}
.BgClassName
{
background-color: #42B2FA;
}
</style>
border-color css
<style>
span { border-color: #42B2FA; }
span { border-color: rgb(66,178,250); }
td.TdClassName
{
border-color: #42B2FA;
}
.TagClassName
{
border-color: #42B2FA;
}
</style>