Shades of Summer Sky #42B2FD
Tints of Summer Sky #42B2FD
RGB
CMYK
RGB Variations
Color information
#42B2FD (or 0x42B2FD) is known color: Summer Sky. HEX triplet: 42, B2 and FD. RGB value is (66,178,253). Sum of RGB (Red+Green+Blue) = 66+178+253=497 (65% of max value = 765). Red value is 66 (26.17% from 255 or 13.28% from 497); Green value is 178 (69.92% from 255 or 35.81% from 497); Blue value is 253 (99.22% from 255 or 50.91% from 497); Max value from RGB is 253 - color contains mainly: blue. Hex color #42B2FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #42B2FD is #BD4D02. Grayscale: #989898. Windows color (decimal): -12406019 or 16626242. OLE color: 16626242.
HSL color Cylindrical-coordinate representation of color #42B2FD: hue angle of 204.06º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42B2FD is Cyan = 0.74, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 66 | 178 | 253 | - |
| CMYK | 0.74 | 0.30 | 0 | 0.01 |
| HSL | 204.06º | 0.98% | 0.63% | - |
| HSV(B) | 204.06º | 0.74% | 0.99% | - |
| XYZ | 35.9 | 40.09 | 98.77 | - |
| YUV | 153.06 | 184.39 | 65.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 178 | 253 | 0.74 | 0.30 | 0 | 0.01 | 204.06 | 0.98 | 0.63 |
| Hex | 42 | B2 | FD | 4A | 1E | 0 | 1 | CC | 62 | 3F |
| Octal | 102 | 262 | 375 | 112 | 36 | 0 | 1 | 314 | 142 | 77 |
| Binary | 1000010 | 10110010 | 11111101 | 1001010 | 11110 | 0 | 1 | 11001100 | 1100010 | 111111 |
Color Harmonies of #42B2FD
Complementary color
Monochromatic Colors of #42B2FD
Black with #42B2FD
Text Example
Text Example
White with #42B2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B2FD; }
p { color: rgb(66,178,253); }
H1.HeaderClassName
{
color: #42B2FD;
}
.AnyTagClassName
{
color: #42B2FD;
}
</style>
background-color css
<style>
a { background-color: #42B2FD; }
a { background-color: rgb(66,178,253); }
div.DivClassName
{
background-color: #42B2FD;
}
.BgClassName
{
background-color: #42B2FD;
}
</style>
border-color css
<style>
span { border-color: #42B2FD; }
span { border-color: rgb(66,178,253); }
td.TdClassName
{
border-color: #42B2FD;
}
.TagClassName
{
border-color: #42B2FD;
}
</style>