#42a1d1

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

Shades of Summer Sky #42A1D1

Tints of Summer Sky #42A1D1

Color information

#42A1D1 (or 0x42A1D1) is unknown color: approx Summer Sky. HEX triplet: 42, A1 and D1. RGB value is (66,161,209). Sum of RGB (Red+Green+Blue) = 66+161+209=436 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.14% from 436); Green value is 161 (63.28% from 255 or 36.93% from 436); Blue value is 209 (82.03% from 255 or 47.94% from 436); Max value from RGB is 209 - color contains mainly: blue. Hex color #42A1D1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42A1D1 is #BD5E2E. Grayscale: #898989. Windows color (decimal): -12410415 or 13738306. OLE color: 13738306.

HSL color Cylindrical-coordinate representation of color #42A1D1: hue angle of 200.14º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42A1D1 is Cyan = 0.68, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB66161209-
CMYK0.680.2300.18
HSL200.14º60.85%53.92%-
HSV(B)200.14º68.42%81.96%-
XYZ26.531.2564.96-
YUV138.07168.0376.6-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.14%
GREEN value IS 161 (63.28% from 255) = 36.93%
BLUE value IS 209 (82.03% from 255) = 47.94%
R=15.14%
G=36.93%
B=47.94%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal661612090.680.2300.18200.1460.8553.92
Hex42A1D14417012c83d36
Octal102241321104270223107566
Binary1000010101000011101000110001001011101001011001000111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42a1d1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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