Shades of Summer Sky #42CCFE
Tints of Summer Sky #42CCFE
RGB
CMYK
RGB Variations
Color information
#42CCFE (or 0x42CCFE) is known color: Summer Sky. HEX triplet: 42, CC and FE. RGB value is (66,204,254). Sum of RGB (Red+Green+Blue) = 66+204+254=524 (69% of max value = 765). Red value is 66 (26.17% from 255 or 12.60% from 524); Green value is 204 (80.08% from 255 or 38.93% from 524); Blue value is 254 (99.61% from 255 or 48.47% from 524); Max value from RGB is 254 - color contains mainly: blue. Hex color #42CCFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42CCFE is #BD3301. Grayscale: #A8A8A8. Windows color (decimal): -12399362 or 16698434. OLE color: 16698434.
HSL color Cylindrical-coordinate representation of color #42CCFE: hue angle of 195.96º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42CCFE is Cyan = 0.74, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 66 | 204 | 254 | - |
| CMYK | 0.74 | 0.20 | 0 | 0.00 |
| HSL | 195.96º | 0.99% | 0.63% | - |
| HSV(B) | 195.96º | 0.74% | 1% | - |
| XYZ | 41.73 | 51.5 | 101.51 | - |
| YUV | 168.44 | 176.28 | 54.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 204 | 254 | 0.74 | 0.20 | 0 | 0.00 | 195.96 | 0.99 | 0.63 |
| Hex | 42 | CC | FE | 4A | 14 | 0 | 0 | C4 | 63 | 3F |
| Octal | 102 | 314 | 376 | 112 | 24 | 0 | 0 | 304 | 143 | 77 |
| Binary | 1000010 | 11001100 | 11111110 | 1001010 | 10100 | 0 | 0 | 11000100 | 1100011 | 111111 |
Color Harmonies of #42CCFE
Complementary color
Monochromatic Colors of #42CCFE
Black with #42CCFE
Text Example
Text Example
White with #42CCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CCFE; }
p { color: rgb(66,204,254); }
H1.HeaderClassName
{
color: #42CCFE;
}
.AnyTagClassName
{
color: #42CCFE;
}
</style>
background-color css
<style>
a { background-color: #42CCFE; }
a { background-color: rgb(66,204,254); }
div.DivClassName
{
background-color: #42CCFE;
}
.BgClassName
{
background-color: #42CCFE;
}
</style>
border-color css
<style>
span { border-color: #42CCFE; }
span { border-color: rgb(66,204,254); }
td.TdClassName
{
border-color: #42CCFE;
}
.TagClassName
{
border-color: #42CCFE;
}
</style>