Shades of Summer Sky #42AAF3
Tints of Summer Sky #42AAF3
RGB
CMYK
RGB Variations
Color information
#42AAF3 (or 0x42AAF3) is known color: Summer Sky. HEX triplet: 42, AA and F3. RGB value is (66,170,243). Sum of RGB (Red+Green+Blue) = 66+170+243=479 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.78% from 479); Green value is 170 (66.80% from 255 or 35.49% from 479); Blue value is 243 (95.31% from 255 or 50.73% from 479); Max value from RGB is 243 - color contains mainly: blue. Hex color #42AAF3 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #42AAF3 is #BD550C. Grayscale: #929292. Windows color (decimal): -12408077 or 15968834. OLE color: 15968834.
HSL color Cylindrical-coordinate representation of color #42AAF3: hue angle of 204.75º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42AAF3 is Cyan = 0.73, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 66 | 170 | 243 | - |
| CMYK | 0.73 | 0.30 | 0 | 0.05 |
| HSL | 204.75º | 0.88% | 0.61% | - |
| HSV(B) | 204.75º | 0.73% | 0.95% | - |
| XYZ | 32.8 | 36.38 | 90.09 | - |
| YUV | 147.23 | 182.04 | 70.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 170 | 243 | 0.73 | 0.30 | 0 | 0.05 | 204.75 | 0.88 | 0.61 |
| Hex | 42 | AA | F3 | 49 | 1E | 0 | 5 | CD | 58 | 3D |
| Octal | 102 | 252 | 363 | 111 | 36 | 0 | 5 | 315 | 130 | 75 |
| Binary | 1000010 | 10101010 | 11110011 | 1001001 | 11110 | 0 | 101 | 11001101 | 1011000 | 111101 |
Color Harmonies of #42AAF3
Complementary color
Monochromatic Colors of #42AAF3
Black with #42AAF3
Text Example
Text Example
White with #42AAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42AAF3; }
p { color: rgb(66,170,243); }
H1.HeaderClassName
{
color: #42AAF3;
}
.AnyTagClassName
{
color: #42AAF3;
}
</style>
background-color css
<style>
a { background-color: #42AAF3; }
a { background-color: rgb(66,170,243); }
div.DivClassName
{
background-color: #42AAF3;
}
.BgClassName
{
background-color: #42AAF3;
}
</style>
border-color css
<style>
span { border-color: #42AAF3; }
span { border-color: rgb(66,170,243); }
td.TdClassName
{
border-color: #42AAF3;
}
.TagClassName
{
border-color: #42AAF3;
}
</style>