#42A5D9

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

Shades of Summer Sky #42A5D9

Tints of Summer Sky #42A5D9

Color information

#42A5D9 (or 0x42A5D9) is unknown color: approx Summer Sky. HEX triplet: 42, A5 and D9. RGB value is (66,165,217). Sum of RGB (Red+Green+Blue) = 66+165+217=448 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.73% from 448); Green value is 165 (64.84% from 255 or 36.83% from 448); Blue value is 217 (85.16% from 255 or 48.44% from 448); Max value from RGB is 217 - color contains mainly: blue. Hex color #42A5D9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42A5D9 is #BD5A26. Grayscale: #8D8D8D. Windows color (decimal): -12409383 or 14263618. OLE color: 14263618.

HSL color Cylindrical-coordinate representation of color #42A5D9: hue angle of 200.66º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42A5D9 is Cyan = 0.70, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB66165217-
CMYK0.700.2400.15
HSL200.66º66.52%55.49%-
HSV(B)200.66º69.59%85.1%-
XYZ28.2333.0870.54-
YUV141.33170.774.27-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 14.73%
GREEN value IS 165 (64.84% from 255) = 36.83%
BLUE value IS 217 (85.16% from 255) = 48.44%
R=14.73%
G=36.83%
B=48.44%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal661652170.700.2400.15200.6666.5255.49
Hex42A5D946180Fc94337
Octal1022453311063001731110367
Binary1000010101001011101100110001101100001111110010011000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A5D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,165,217); }

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

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

 a { background-color: rgb(66,165,217); }

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

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

 span { border-color: rgb(66,165,217); }

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