#42A0DC

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

Shades of Summer Sky #42A0DC

Tints of Summer Sky #42A0DC

Color information

#42A0DC (or 0x42A0DC) is unknown color: approx Summer Sky. HEX triplet: 42, A0 and DC. RGB value is (66,160,220). Sum of RGB (Red+Green+Blue) = 66+160+220=446 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.80% from 446); Green value is 160 (62.89% from 255 or 35.87% from 446); Blue value is 220 (86.33% from 255 or 49.33% from 446); Max value from RGB is 220 - color contains mainly: blue. Hex color #42A0DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42A0DC is #BD5F23. Grayscale: #8A8A8A. Windows color (decimal): -12410660 or 14458946. OLE color: 14458946.

HSL color Cylindrical-coordinate representation of color #42A0DC: hue angle of 203.38º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42A0DC is Cyan = 0.7, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB66160220-
CMYK0.70.2700.14
HSL203.38º68.75%56.08%-
HSV(B)203.38º70%86.27%-
XYZ27.7431.4772.32-
YUV138.73173.8676.12-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 14.80%
GREEN value IS 160 (62.89% from 255) = 35.87%
BLUE value IS 220 (86.33% from 255) = 49.33%
R=14.80%
G=35.87%
B=49.33%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal661602200.70.2700.14203.3868.7556.08
Hex42A0DC461B0Ecb4538
Octal1022403341063301631310570
Binary1000010101000001101110010001101101101110110010111000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,160,220); }

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

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

 a { background-color: rgb(66,160,220); }

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

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

 span { border-color: rgb(66,160,220); }

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