Shades of Summer Sky #42D1F6
Tints of Summer Sky #42D1F6
RGB
CMYK
RGB Variations
Color information
#42D1F6 (or 0x42D1F6) is known color: Summer Sky. HEX triplet: 42, D1 and F6. RGB value is (66,209,246). Sum of RGB (Red+Green+Blue) = 66+209+246=521 (69% of max value = 765). Red value is 66 (26.17% from 255 or 12.67% from 521); Green value is 209 (82.03% from 255 or 40.12% from 521); Blue value is 246 (96.48% from 255 or 47.22% from 521); Max value from RGB is 246 - color contains mainly: blue. Hex color #42D1F6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42D1F6 is #BD2E09. Grayscale: #AAAAAA. Windows color (decimal): -12398090 or 16175426. OLE color: 16175426.
HSL color Cylindrical-coordinate representation of color #42D1F6: hue angle of 192.33º degrees, saturation: 0.91, 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 #42D1F6 is Cyan = 0.73, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 66 | 209 | 246 | - |
| CMYK | 0.73 | 0.15 | 0 | 0.04 |
| HSL | 192.33º | 0.91% | 0.61% | - |
| HSV(B) | 192.33º | 0.73% | 0.96% | - |
| XYZ | 41.68 | 53.41 | 95.3 | - |
| YUV | 170.46 | 170.62 | 53.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 209 | 246 | 0.73 | 0.15 | 0 | 0.04 | 192.33 | 0.91 | 0.61 |
| Hex | 42 | D1 | F6 | 49 | F | 0 | 4 | C0 | 5B | 3D |
| Octal | 102 | 321 | 366 | 111 | 17 | 0 | 4 | 300 | 133 | 75 |
| Binary | 1000010 | 11010001 | 11110110 | 1001001 | 1111 | 0 | 100 | 11000000 | 1011011 | 111101 |
Color Harmonies of #42D1F6
Complementary color
Monochromatic Colors of #42D1F6
Black with #42D1F6
Text Example
Text Example
White with #42D1F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D1F6; }
p { color: rgb(66,209,246); }
H1.HeaderClassName
{
color: #42D1F6;
}
.AnyTagClassName
{
color: #42D1F6;
}
</style>
background-color css
<style>
a { background-color: #42D1F6; }
a { background-color: rgb(66,209,246); }
div.DivClassName
{
background-color: #42D1F6;
}
.BgClassName
{
background-color: #42D1F6;
}
</style>
border-color css
<style>
span { border-color: #42D1F6; }
span { border-color: rgb(66,209,246); }
td.TdClassName
{
border-color: #42D1F6;
}
.TagClassName
{
border-color: #42D1F6;
}
</style>