Shades of Summer Sky #42B2FB
Tints of Summer Sky #42B2FB
RGB
CMYK
RGB Variations
Color information
#42B2FB (or 0x42B2FB) is known color: Summer Sky. HEX triplet: 42, B2 and FB. RGB value is (66,178,251). Sum of RGB (Red+Green+Blue) = 66+178+251=495 (65% of max value = 765). Red value is 66 (26.17% from 255 or 13.33% from 495); Green value is 178 (69.92% from 255 or 35.96% from 495); Blue value is 251 (98.44% from 255 or 50.71% from 495); Max value from RGB is 251 - color contains mainly: blue. Hex color #42B2FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #42B2FB is #BD4D04. Grayscale: #989898. Windows color (decimal): -12406021 or 16495170. OLE color: 16495170.
HSL color Cylindrical-coordinate representation of color #42B2FB: hue angle of 203.68º 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 #42B2FB is Cyan = 0.74, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 178 | 251 | - |
| CMYK | 0.74 | 0.29 | 0 | 0.02 |
| HSL | 203.68º | 0.96% | 0.62% | - |
| HSV(B) | 203.68º | 0.74% | 0.98% | - |
| XYZ | 35.58 | 39.96 | 97.11 | - |
| YUV | 152.83 | 183.39 | 66.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 178 | 251 | 0.74 | 0.29 | 0 | 0.02 | 203.68 | 0.96 | 0.62 |
| Hex | 42 | B2 | FB | 4A | 1D | 0 | 2 | CC | 60 | 3E |
| Octal | 102 | 262 | 373 | 112 | 35 | 0 | 2 | 314 | 140 | 76 |
| Binary | 1000010 | 10110010 | 11111011 | 1001010 | 11101 | 0 | 10 | 11001100 | 1100000 | 111110 |
Color Harmonies of #42B2FB
Complementary color
Monochromatic Colors of #42B2FB
Black with #42B2FB
Text Example
Text Example
White with #42B2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B2FB; }
p { color: rgb(66,178,251); }
H1.HeaderClassName
{
color: #42B2FB;
}
.AnyTagClassName
{
color: #42B2FB;
}
</style>
background-color css
<style>
a { background-color: #42B2FB; }
a { background-color: rgb(66,178,251); }
div.DivClassName
{
background-color: #42B2FB;
}
.BgClassName
{
background-color: #42B2FB;
}
</style>
border-color css
<style>
span { border-color: #42B2FB; }
span { border-color: rgb(66,178,251); }
td.TdClassName
{
border-color: #42B2FB;
}
.TagClassName
{
border-color: #42B2FB;
}
</style>