#42C8ED

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

Shades of Summer Sky #42C8ED

Tints of Summer Sky #42C8ED

Color information

#42C8ED (or 0x42C8ED) is unknown color: approx Summer Sky. HEX triplet: 42, C8 and ED. RGB value is (66,200,237). Sum of RGB (Red+Green+Blue) = 66+200+237=503 (66% of max value = 765). Red value is 66 (26.17% from 255 or 13.12% from 503); Green value is 200 (78.52% from 255 or 39.76% from 503); Blue value is 237 (92.97% from 255 or 47.12% from 503); Max value from RGB is 237 - color contains mainly: blue. Hex color #42C8ED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42C8ED is #BD3712. Grayscale: #A3A3A3. Windows color (decimal): -12400403 or 15583298. OLE color: 15583298.

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

Color convert

RGB66200237-
CMYK0.720.1600.07
HSL192.98º82.61%59.41%-
HSV(B)192.98º72.15%92.94%-
XYZ38.1948.5887.49-
YUV164.15169.1157.99-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 13.12%
GREEN value IS 200 (78.52% from 255) = 39.76%
BLUE value IS 237 (92.97% from 255) = 47.12%
R=13.12%
G=39.76%
B=47.12%

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
Decimal662002370.720.1600.07192.9882.6159.41
Hex42C8ED481007c1533b
Octal102310355110200730112373
Binary100001011001000111011011001000100000111110000011010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42C8ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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