Shades of Summer Sky #42AAFC
Tints of Summer Sky #42AAFC
RGB
CMYK
RGB Variations
Color information
#42AAFC (or 0x42AAFC) is known color: Summer Sky. HEX triplet: 42, AA and FC. RGB value is (66,170,252). Sum of RGB (Red+Green+Blue) = 66+170+252=488 (64% of max value = 765). Red value is 66 (26.17% from 255 or 13.52% from 488); Green value is 170 (66.80% from 255 or 34.84% from 488); Blue value is 252 (98.83% from 255 or 51.64% from 488); Max value from RGB is 252 - color contains mainly: blue. Hex color #42AAFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #42AAFC is #BD5503. Grayscale: #939393. Windows color (decimal): -12408068 or 16558658. OLE color: 16558658.
HSL color Cylindrical-coordinate representation of color #42AAFC: hue angle of 206.45º 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 #42AAFC is Cyan = 0.74, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 66 | 170 | 252 | - |
| CMYK | 0.74 | 0.33 | 0 | 0.01 |
| HSL | 206.45º | 0.97% | 0.62% | - |
| HSV(B) | 206.45º | 0.74% | 0.99% | - |
| XYZ | 34.19 | 36.94 | 97.42 | - |
| YUV | 148.25 | 186.54 | 69.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 170 | 252 | 0.74 | 0.33 | 0 | 0.01 | 206.45 | 0.97 | 0.62 |
| Hex | 42 | AA | FC | 4A | 21 | 0 | 1 | CE | 61 | 3E |
| Octal | 102 | 252 | 374 | 112 | 41 | 0 | 1 | 316 | 141 | 76 |
| Binary | 1000010 | 10101010 | 11111100 | 1001010 | 100001 | 0 | 1 | 11001110 | 1100001 | 111110 |
Color Harmonies of #42AAFC
Complementary color
Monochromatic Colors of #42AAFC
Black with #42AAFC
Text Example
Text Example
White with #42AAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42AAFC; }
p { color: rgb(66,170,252); }
H1.HeaderClassName
{
color: #42AAFC;
}
.AnyTagClassName
{
color: #42AAFC;
}
</style>
background-color css
<style>
a { background-color: #42AAFC; }
a { background-color: rgb(66,170,252); }
div.DivClassName
{
background-color: #42AAFC;
}
.BgClassName
{
background-color: #42AAFC;
}
</style>
border-color css
<style>
span { border-color: #42AAFC; }
span { border-color: rgb(66,170,252); }
td.TdClassName
{
border-color: #42AAFC;
}
.TagClassName
{
border-color: #42AAFC;
}
</style>