#42A1DD

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

Shades of Summer Sky #42A1DD

Tints of Summer Sky #42A1DD

Color information

#42A1DD (or 0x42A1DD) is unknown color: approx Summer Sky. HEX triplet: 42, A1 and DD. RGB value is (66,161,221). Sum of RGB (Red+Green+Blue) = 66+161+221=448 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.73% from 448); Green value is 161 (63.28% from 255 or 35.94% from 448); Blue value is 221 (86.72% from 255 or 49.33% from 448); Max value from RGB is 221 - color contains mainly: blue. Hex color #42A1DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42A1DD is #BD5E22. Grayscale: #8B8B8B. Windows color (decimal): -12410403 or 14524738. OLE color: 14524738.

HSL color Cylindrical-coordinate representation of color #42A1DD: hue angle of 203.23º 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 #42A1DD is Cyan = 0.70, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB66161221-
CMYK0.700.2700.13
HSL203.23º69.51%56.27%-
HSV(B)203.23º70.14%86.67%-
XYZ28.0431.8773.08-
YUV139.44174.0375.62-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 14.73%
GREEN value IS 161 (63.28% from 255) = 35.94%
BLUE value IS 221 (86.72% from 255) = 49.33%
R=14.73%
G=35.94%
B=49.33%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal661612210.700.2700.13203.2369.5156.27
Hex42A1DD461B0Dcb4638
Octal1022413351063301531310670
Binary1000010101000011101110110001101101101101110010111000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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