Shades of Summer Sky #42C8FF
Tints of Summer Sky #42C8FF
RGB
CMYK
RGB Variations
Color information
#42C8FF (or 0x42C8FF) is known color: Summer Sky. HEX triplet: 42, C8 and FF. RGB value is (66,200,255). Sum of RGB (Red+Green+Blue) = 66+200+255=521 (69% of max value = 765). Red value is 66 (26.17% from 255 or 12.67% from 521); Green value is 200 (78.52% from 255 or 38.39% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #42C8FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42C8FF is #BD3700. Grayscale: #A5A5A5. Windows color (decimal): -12400385 or 16762946. OLE color: 16762946.
HSL color Cylindrical-coordinate representation of color #42C8FF: hue angle of 197.46º 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 #42C8FF is Cyan = 0.74, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 66 | 200 | 255 | - |
| CMYK | 0.74 | 0.22 | 0 | 0 |
| HSL | 197.46º | 1% | 0.63% | - |
| HSV(B) | 197.46º | 0.74% | 1% | - |
| XYZ | 40.95 | 49.69 | 102.04 | - |
| YUV | 166.2 | 178.11 | 56.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 200 | 255 | 0.74 | 0.22 | 0 | 0 | 197.46 | 1 | 0.63 |
| Hex | 42 | C8 | FF | 4A | 16 | 0 | 0 | C5 | 64 | 3F |
| Octal | 102 | 310 | 377 | 112 | 26 | 0 | 0 | 305 | 144 | 77 |
| Binary | 1000010 | 11001000 | 11111111 | 1001010 | 10110 | 0 | 0 | 11000101 | 1100100 | 111111 |
Color Harmonies of #42C8FF
Complementary color
Monochromatic Colors of #42C8FF
Black with #42C8FF
Text Example
Text Example
White with #42C8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C8FF; }
p { color: rgb(66,200,255); }
H1.HeaderClassName
{
color: #42C8FF;
}
.AnyTagClassName
{
color: #42C8FF;
}
</style>
background-color css
<style>
a { background-color: #42C8FF; }
a { background-color: rgb(66,200,255); }
div.DivClassName
{
background-color: #42C8FF;
}
.BgClassName
{
background-color: #42C8FF;
}
</style>
border-color css
<style>
span { border-color: #42C8FF; }
span { border-color: rgb(66,200,255); }
td.TdClassName
{
border-color: #42C8FF;
}
.TagClassName
{
border-color: #42C8FF;
}
</style>