Shades of Summer Sky #42B5F4
Tints of Summer Sky #42B5F4
RGB
CMYK
RGB Variations
Color information
#42B5F4 (or 0x42B5F4) is known color: Summer Sky. HEX triplet: 42, B5 and F4. RGB value is (66,181,244). Sum of RGB (Red+Green+Blue) = 66+181+244=491 (65% of max value = 765). Red value is 66 (26.17% from 255 or 13.44% from 491); Green value is 181 (71.09% from 255 or 36.86% from 491); Blue value is 244 (95.70% from 255 or 49.69% from 491); Max value from RGB is 244 - color contains mainly: blue. Hex color #42B5F4 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42B5F4 is #BD4A0B. Grayscale: #999999. Windows color (decimal): -12405260 or 16037186. OLE color: 16037186.
HSL color Cylindrical-coordinate representation of color #42B5F4: hue angle of 201.24º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42B5F4 is Cyan = 0.73, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 66 | 181 | 244 | - |
| CMYK | 0.73 | 0.26 | 0 | 0.04 |
| HSL | 201.24º | 0.89% | 0.61% | - |
| HSV(B) | 201.24º | 0.73% | 0.96% | - |
| XYZ | 35.1 | 40.74 | 91.6 | - |
| YUV | 153.8 | 178.9 | 65.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 181 | 244 | 0.73 | 0.26 | 0 | 0.04 | 201.24 | 0.89 | 0.61 |
| Hex | 42 | B5 | F4 | 49 | 1A | 0 | 4 | C9 | 59 | 3D |
| Octal | 102 | 265 | 364 | 111 | 32 | 0 | 4 | 311 | 131 | 75 |
| Binary | 1000010 | 10110101 | 11110100 | 1001001 | 11010 | 0 | 100 | 11001001 | 1011001 | 111101 |
Color Harmonies of #42B5F4
Complementary color
Monochromatic Colors of #42B5F4
Black with #42B5F4
Text Example
Text Example
White with #42B5F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B5F4; }
p { color: rgb(66,181,244); }
H1.HeaderClassName
{
color: #42B5F4;
}
.AnyTagClassName
{
color: #42B5F4;
}
</style>
background-color css
<style>
a { background-color: #42B5F4; }
a { background-color: rgb(66,181,244); }
div.DivClassName
{
background-color: #42B5F4;
}
.BgClassName
{
background-color: #42B5F4;
}
</style>
border-color css
<style>
span { border-color: #42B5F4; }
span { border-color: rgb(66,181,244); }
td.TdClassName
{
border-color: #42B5F4;
}
.TagClassName
{
border-color: #42B5F4;
}
</style>