#42ABD4

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

Shades of Summer Sky #42ABD4

Tints of Summer Sky #42ABD4

Color information

#42ABD4 (or 0x42ABD4) is unknown color: approx Summer Sky. HEX triplet: 42, AB and D4. RGB value is (66,171,212). Sum of RGB (Red+Green+Blue) = 66+171+212=449 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.70% from 449); Green value is 171 (67.19% from 255 or 38.08% from 449); Blue value is 212 (83.20% from 255 or 47.22% from 449); Max value from RGB is 212 - color contains mainly: blue. Hex color #42ABD4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42ABD4 is #BD542B. Grayscale: #909090. Windows color (decimal): -12407852 or 13937474. OLE color: 13937474.

HSL color Cylindrical-coordinate representation of color #42ABD4: hue angle of 196.85º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42ABD4 is Cyan = 0.69, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB66171212-
CMYK0.690.1900.17
HSL196.85º62.93%54.51%-
HSV(B)196.85º68.87%83.14%-
XYZ28.6935.0467.54-
YUV144.28166.2172.17-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 14.70%
GREEN value IS 171 (67.19% from 255) = 38.08%
BLUE value IS 212 (83.20% from 255) = 47.22%
R=14.70%
G=38.08%
B=47.22%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal661712120.690.1900.17196.8562.9354.51
Hex42ABD44513011c53f37
Octal102253324105230213057767
Binary1000010101010111101010010001011001101000111000101111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42ABD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,171,212); }

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

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

 a { background-color: rgb(66,171,212); }

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

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

 span { border-color: rgb(66,171,212); }

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