#42A9DD

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

Shades of Summer Sky #42A9DD

Tints of Summer Sky #42A9DD

Color information

#42A9DD (or 0x42A9DD) is unknown color: approx Summer Sky. HEX triplet: 42, A9 and DD. RGB value is (66,169,221). Sum of RGB (Red+Green+Blue) = 66+169+221=456 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.47% from 456); Green value is 169 (66.41% from 255 or 37.06% from 456); Blue value is 221 (86.72% from 255 or 48.46% from 456); Max value from RGB is 221 - color contains mainly: blue. Hex color #42A9DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42A9DD is #BD5622. Grayscale: #8F8F8F. Windows color (decimal): -12408355 or 14526786. OLE color: 14526786.

HSL color Cylindrical-coordinate representation of color #42A9DD: hue angle of 200.13º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42A9DD is Cyan = 0.70, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB66169221-
CMYK0.700.2400.13
HSL200.13º69.51%56.27%-
HSV(B)200.13º70.14%86.67%-
XYZ29.4934.7573.56-
YUV144.13171.3872.27-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 14.47%
GREEN value IS 169 (66.41% from 255) = 37.06%
BLUE value IS 221 (86.72% from 255) = 48.46%
R=14.47%
G=37.06%
B=48.46%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal661692210.700.2400.13200.1369.5156.27
Hex42A9DD46180Dc84638
Octal1022513351063001531010670
Binary1000010101010011101110110001101100001101110010001000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,169,221); }

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

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

 a { background-color: rgb(66,169,221); }

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

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

 span { border-color: rgb(66,169,221); }

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