Shades of Summer Sky #42CDF8
Tints of Summer Sky #42CDF8
RGB
CMYK
RGB Variations
Color information
#42CDF8 (or 0x42CDF8) is known color: Summer Sky. HEX triplet: 42, CD and F8. RGB value is (66,205,248). Sum of RGB (Red+Green+Blue) = 66+205+248=519 (68% of max value = 765). Red value is 66 (26.17% from 255 or 12.72% from 519); Green value is 205 (80.47% from 255 or 39.50% from 519); Blue value is 248 (97.27% from 255 or 47.78% from 519); Max value from RGB is 248 - color contains mainly: blue. Hex color #42CDF8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42CDF8 is #BD3207. Grayscale: #A8A8A8. Windows color (decimal): -12399112 or 16305474. OLE color: 16305474.
HSL color Cylindrical-coordinate representation of color #42CDF8: hue angle of 194.18º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42CDF8 is Cyan = 0.73, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 66 | 205 | 248 | - |
| CMYK | 0.73 | 0.17 | 0 | 0.03 |
| HSL | 194.18º | 0.93% | 0.62% | - |
| HSV(B) | 194.18º | 0.73% | 0.97% | - |
| XYZ | 41.02 | 51.6 | 96.6 | - |
| YUV | 168.34 | 172.95 | 55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 205 | 248 | 0.73 | 0.17 | 0 | 0.03 | 194.18 | 0.93 | 0.62 |
| Hex | 42 | CD | F8 | 49 | 11 | 0 | 3 | C2 | 5D | 3E |
| Octal | 102 | 315 | 370 | 111 | 21 | 0 | 3 | 302 | 135 | 76 |
| Binary | 1000010 | 11001101 | 11111000 | 1001001 | 10001 | 0 | 11 | 11000010 | 1011101 | 111110 |
Color Harmonies of #42CDF8
Complementary color
Monochromatic Colors of #42CDF8
Black with #42CDF8
Text Example
Text Example
White with #42CDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CDF8; }
p { color: rgb(66,205,248); }
H1.HeaderClassName
{
color: #42CDF8;
}
.AnyTagClassName
{
color: #42CDF8;
}
</style>
background-color css
<style>
a { background-color: #42CDF8; }
a { background-color: rgb(66,205,248); }
div.DivClassName
{
background-color: #42CDF8;
}
.BgClassName
{
background-color: #42CDF8;
}
</style>
border-color css
<style>
span { border-color: #42CDF8; }
span { border-color: rgb(66,205,248); }
td.TdClassName
{
border-color: #42CDF8;
}
.TagClassName
{
border-color: #42CDF8;
}
</style>