#42A7EC

Color #42A7EC Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #42A7EC

Tints of Summer Sky #42A7EC

Color information

#42A7EC (or 0x42A7EC) is unknown color: approx Summer Sky. HEX triplet: 42, A7 and EC. RGB value is (66,167,236). Sum of RGB (Red+Green+Blue) = 66+167+236=469 (62% of max value = 765). Red value is 66 (26.17% from 255 or 14.07% from 469); Green value is 167 (65.62% from 255 or 35.61% from 469); Blue value is 236 (92.58% from 255 or 50.32% from 469); Max value from RGB is 236 - color contains mainly: blue. Hex color #42A7EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #42A7EC is #BD5813. Grayscale: #909090. Windows color (decimal): -12408852 or 15509314. OLE color: 15509314.

HSL color Cylindrical-coordinate representation of color #42A7EC: hue angle of 204.35º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42A7EC is Cyan = 0.72, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB66167236-
CMYK0.720.2900.07
HSL204.35º81.73%59.22%-
HSV(B)204.35º72.03%92.55%-
XYZ31.2134.8584.44-
YUV144.67179.5471.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 66 (26.17% from 255) = 14.07%
GREEN value IS 167 (65.62% from 255) = 35.61%
BLUE value IS 236 (92.58% from 255) = 50.32%
R=14.07%
G=35.61%
B=50.32%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal661672360.720.2900.07204.3581.7359.22
Hex42A7EC481D07cc523b
Octal102247354110350731412273
Binary100001010100111111011001001000111010111110011001010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A7EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42A7EC; }

 p { color: rgb(66,167,236); }

 H1.HeaderClassName
 {
   color: #42A7EC;
 }
 .AnyTagClassName
 {
   color: #42A7EC;
 }
</style>
background-color css

<style>
 a { background-color: #42A7EC; }

 a { background-color: rgb(66,167,236); }

 div.DivClassName
 {
   background-color: #42A7EC;
 }
 .BgClassName
 {
   background-color: #42A7EC;
 }
</style>
border-color css

<style>
 span { border-color: #42A7EC; }

 span { border-color: rgb(66,167,236); }

 td.TdClassName
 {
   border-color: #42A7EC;
 }
 .TagClassName
 {
   border-color: #42A7EC;
 }
</style>