#42A7D5

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

Shades of Summer Sky #42A7D5

Tints of Summer Sky #42A7D5

Color information

#42A7D5 (or 0x42A7D5) is unknown color: approx Summer Sky. HEX triplet: 42, A7 and D5. RGB value is (66,167,213). Sum of RGB (Red+Green+Blue) = 66+167+213=446 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.80% from 446); Green value is 167 (65.62% from 255 or 37.44% from 446); Blue value is 213 (83.59% from 255 or 47.76% from 446); Max value from RGB is 213 - color contains mainly: blue. Hex color #42A7D5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42A7D5 is #BD582A. Grayscale: #8D8D8D. Windows color (decimal): -12408875 or 14001986. OLE color: 14001986.

HSL color Cylindrical-coordinate representation of color #42A7D5: hue angle of 198.78º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42A7D5 is Cyan = 0.69, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB66167213-
CMYK0.690.2200.16
HSL198.78º63.64%54.71%-
HSV(B)198.78º69.01%83.53%-
XYZ28.0833.667.96-
YUV142.04168.0473.76-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 14.80%
GREEN value IS 167 (65.62% from 255) = 37.44%
BLUE value IS 213 (83.59% from 255) = 47.76%
R=14.80%
G=37.44%
B=47.76%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal661672130.690.2200.16198.7863.6454.71
Hex42A7D54516010c74037
Octal1022473251052602030710067
Binary10000101010011111010101100010110110010000110001111000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A7D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,167,213); }

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

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

 a { background-color: rgb(66,167,213); }

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

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

 span { border-color: rgb(66,167,213); }

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