Shades of Summer Sky #42AFFC
Tints of Summer Sky #42AFFC
RGB
CMYK
RGB Variations
Color information
#42AFFC (or 0x42AFFC) is known color: Summer Sky. HEX triplet: 42, AF and FC. RGB value is (66,175,252). Sum of RGB (Red+Green+Blue) = 66+175+252=493 (65% of max value = 765). Red value is 66 (26.17% from 255 or 13.39% from 493); Green value is 175 (68.75% from 255 or 35.50% from 493); Blue value is 252 (98.83% from 255 or 51.12% from 493); Max value from RGB is 252 - color contains mainly: blue. Hex color #42AFFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #42AFFC is #BD5003. Grayscale: #969696. Windows color (decimal): -12406788 or 16559938. OLE color: 16559938.
HSL color Cylindrical-coordinate representation of color #42AFFC: hue angle of 204.84º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42AFFC is Cyan = 0.74, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 66 | 175 | 252 | - |
| CMYK | 0.74 | 0.31 | 0 | 0.01 |
| HSL | 204.84º | 0.97% | 0.62% | - |
| HSV(B) | 204.84º | 0.74% | 0.99% | - |
| XYZ | 35.15 | 38.85 | 97.74 | - |
| YUV | 151.19 | 184.89 | 67.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 175 | 252 | 0.74 | 0.31 | 0 | 0.01 | 204.84 | 0.97 | 0.62 |
| Hex | 42 | AF | FC | 4A | 1F | 0 | 1 | CD | 61 | 3E |
| Octal | 102 | 257 | 374 | 112 | 37 | 0 | 1 | 315 | 141 | 76 |
| Binary | 1000010 | 10101111 | 11111100 | 1001010 | 11111 | 0 | 1 | 11001101 | 1100001 | 111110 |
Color Harmonies of #42AFFC
Complementary color
Monochromatic Colors of #42AFFC
Black with #42AFFC
Text Example
Text Example
White with #42AFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42AFFC; }
p { color: rgb(66,175,252); }
H1.HeaderClassName
{
color: #42AFFC;
}
.AnyTagClassName
{
color: #42AFFC;
}
</style>
background-color css
<style>
a { background-color: #42AFFC; }
a { background-color: rgb(66,175,252); }
div.DivClassName
{
background-color: #42AFFC;
}
.BgClassName
{
background-color: #42AFFC;
}
</style>
border-color css
<style>
span { border-color: #42AFFC; }
span { border-color: rgb(66,175,252); }
td.TdClassName
{
border-color: #42AFFC;
}
.TagClassName
{
border-color: #42AFFC;
}
</style>