Shades of Summer Sky #42D1FF
Tints of Summer Sky #42D1FF
RGB
CMYK
RGB Variations
Color information
#42D1FF (or 0x42D1FF) is known color: Summer Sky. HEX triplet: 42, D1 and FF. RGB value is (66,209,255). Sum of RGB (Red+Green+Blue) = 66+209+255=530 (70% of max value = 765). Red value is 66 (26.17% from 255 or 12.45% from 530); Green value is 209 (82.03% from 255 or 39.43% from 530); Blue value is 255 (100% from 255 or 48.11% from 530); Max value from RGB is 255 - color contains mainly: blue. Hex color #42D1FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42D1FF is #BD2E00. Grayscale: #ABABAB. Windows color (decimal): -12398081 or 16765250. OLE color: 16765250.
HSL color Cylindrical-coordinate representation of color #42D1FF: hue angle of 194.6º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42D1FF is Cyan = 0.74, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 66 | 209 | 255 | - |
| CMYK | 0.74 | 0.18 | 0 | 0 |
| HSL | 194.6º | 1% | 0.63% | - |
| HSV(B) | 194.6º | 0.74% | 1% | - |
| XYZ | 43.1 | 53.98 | 102.76 | - |
| YUV | 171.49 | 175.12 | 52.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 209 | 255 | 0.74 | 0.18 | 0 | 0 | 194.6 | 1 | 0.63 |
| Hex | 42 | D1 | FF | 4A | 12 | 0 | 0 | C3 | 64 | 3F |
| Octal | 102 | 321 | 377 | 112 | 22 | 0 | 0 | 303 | 144 | 77 |
| Binary | 1000010 | 11010001 | 11111111 | 1001010 | 10010 | 0 | 0 | 11000011 | 1100100 | 111111 |
Color Harmonies of #42D1FF
Complementary color
Monochromatic Colors of #42D1FF
Black with #42D1FF
Text Example
Text Example
White with #42D1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D1FF; }
p { color: rgb(66,209,255); }
H1.HeaderClassName
{
color: #42D1FF;
}
.AnyTagClassName
{
color: #42D1FF;
}
</style>
background-color css
<style>
a { background-color: #42D1FF; }
a { background-color: rgb(66,209,255); }
div.DivClassName
{
background-color: #42D1FF;
}
.BgClassName
{
background-color: #42D1FF;
}
</style>
border-color css
<style>
span { border-color: #42D1FF; }
span { border-color: rgb(66,209,255); }
td.TdClassName
{
border-color: #42D1FF;
}
.TagClassName
{
border-color: #42D1FF;
}
</style>