Shades of Summer Sky #42CDFF
Tints of Summer Sky #42CDFF
RGB
CMYK
RGB Variations
Color information
#42CDFF (or 0x42CDFF) is known color: Summer Sky. HEX triplet: 42, CD and FF. RGB value is (66,205,255). Sum of RGB (Red+Green+Blue) = 66+205+255=526 (69% of max value = 765). Red value is 66 (26.17% from 255 or 12.55% from 526); Green value is 205 (80.47% from 255 or 38.97% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #42CDFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42CDFF is #BD3200. Grayscale: #A8A8A8. Windows color (decimal): -12399105 or 16764226. OLE color: 16764226.
HSL color Cylindrical-coordinate representation of color #42CDFF: hue angle of 195.87º 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 #42CDFF is Cyan = 0.74, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 66 | 205 | 255 | - |
| CMYK | 0.74 | 0.20 | 0 | 0 |
| HSL | 195.87º | 1% | 0.63% | - |
| HSV(B) | 195.87º | 0.74% | 1% | - |
| XYZ | 42.13 | 52.04 | 102.43 | - |
| YUV | 169.14 | 176.45 | 54.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 205 | 255 | 0.74 | 0.20 | 0 | 0 | 195.87 | 1 | 0.63 |
| Hex | 42 | CD | FF | 4A | 14 | 0 | 0 | C4 | 64 | 3F |
| Octal | 102 | 315 | 377 | 112 | 24 | 0 | 0 | 304 | 144 | 77 |
| Binary | 1000010 | 11001101 | 11111111 | 1001010 | 10100 | 0 | 0 | 11000100 | 1100100 | 111111 |
Color Harmonies of #42CDFF
Complementary color
Monochromatic Colors of #42CDFF
Black with #42CDFF
Text Example
Text Example
White with #42CDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CDFF; }
p { color: rgb(66,205,255); }
H1.HeaderClassName
{
color: #42CDFF;
}
.AnyTagClassName
{
color: #42CDFF;
}
</style>
background-color css
<style>
a { background-color: #42CDFF; }
a { background-color: rgb(66,205,255); }
div.DivClassName
{
background-color: #42CDFF;
}
.BgClassName
{
background-color: #42CDFF;
}
</style>
border-color css
<style>
span { border-color: #42CDFF; }
span { border-color: rgb(66,205,255); }
td.TdClassName
{
border-color: #42CDFF;
}
.TagClassName
{
border-color: #42CDFF;
}
</style>