Shades of Summer Sky #42C7FB
Tints of Summer Sky #42C7FB
RGB
CMYK
RGB Variations
Color information
#42C7FB (or 0x42C7FB) is known color: Summer Sky. HEX triplet: 42, C7 and FB. RGB value is (66,199,251). Sum of RGB (Red+Green+Blue) = 66+199+251=516 (68% of max value = 765). Red value is 66 (26.17% from 255 or 12.79% from 516); Green value is 199 (78.12% from 255 or 38.57% from 516); Blue value is 251 (98.44% from 255 or 48.64% from 516); Max value from RGB is 251 - color contains mainly: blue. Hex color #42C7FB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42C7FB is #BD3804. Grayscale: #A4A4A4. Windows color (decimal): -12400645 or 16500546. OLE color: 16500546.
HSL color Cylindrical-coordinate representation of color #42C7FB: hue angle of 196.86º 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 #42C7FB is Cyan = 0.74, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 199 | 251 | - |
| CMYK | 0.74 | 0.21 | 0 | 0.02 |
| HSL | 196.86º | 0.96% | 0.62% | - |
| HSV(B) | 196.86º | 0.74% | 0.98% | - |
| XYZ | 40.08 | 48.97 | 98.61 | - |
| YUV | 165.16 | 176.44 | 57.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 199 | 251 | 0.74 | 0.21 | 0 | 0.02 | 196.86 | 0.96 | 0.62 |
| Hex | 42 | C7 | FB | 4A | 15 | 0 | 2 | C5 | 60 | 3E |
| Octal | 102 | 307 | 373 | 112 | 25 | 0 | 2 | 305 | 140 | 76 |
| Binary | 1000010 | 11000111 | 11111011 | 1001010 | 10101 | 0 | 10 | 11000101 | 1100000 | 111110 |
Color Harmonies of #42C7FB
Complementary color
Monochromatic Colors of #42C7FB
Black with #42C7FB
Text Example
Text Example
White with #42C7FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C7FB; }
p { color: rgb(66,199,251); }
H1.HeaderClassName
{
color: #42C7FB;
}
.AnyTagClassName
{
color: #42C7FB;
}
</style>
background-color css
<style>
a { background-color: #42C7FB; }
a { background-color: rgb(66,199,251); }
div.DivClassName
{
background-color: #42C7FB;
}
.BgClassName
{
background-color: #42C7FB;
}
</style>
border-color css
<style>
span { border-color: #42C7FB; }
span { border-color: rgb(66,199,251); }
td.TdClassName
{
border-color: #42C7FB;
}
.TagClassName
{
border-color: #42C7FB;
}
</style>