#42C7ED

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

Shades of Summer Sky #42C7ED

Tints of Summer Sky #42C7ED

Color information

#42C7ED (or 0x42C7ED) is unknown color: approx Summer Sky. HEX triplet: 42, C7 and ED. RGB value is (66,199,237). Sum of RGB (Red+Green+Blue) = 66+199+237=502 (66% of max value = 765). Red value is 66 (26.17% from 255 or 13.15% from 502); Green value is 199 (78.12% from 255 or 39.64% from 502); Blue value is 237 (92.97% from 255 or 47.21% from 502); Max value from RGB is 237 - color contains mainly: blue. Hex color #42C7ED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42C7ED is #BD3812. Grayscale: #A3A3A3. Windows color (decimal): -12400659 or 15583042. OLE color: 15583042.

HSL color Cylindrical-coordinate representation of color #42C7ED: hue angle of 193.33º degrees, saturation: 0.83, 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 #42C7ED is Cyan = 0.72, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB66199237-
CMYK0.720.1600.07
HSL193.33º82.61%59.41%-
HSV(B)193.33º72.15%92.94%-
XYZ37.9648.1287.41-
YUV163.56169.4458.41-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 13.15%
GREEN value IS 199 (78.12% from 255) = 39.64%
BLUE value IS 237 (92.97% from 255) = 47.21%
R=13.15%
G=39.64%
B=47.21%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal661992370.720.1600.07193.3382.6159.41
Hex42C7ED481007c1533b
Octal102307355110200730112373
Binary100001011000111111011011001000100000111110000011010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42C7ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,199,237); }

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

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

 a { background-color: rgb(66,199,237); }

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

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

 span { border-color: rgb(66,199,237); }

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