#428E8A

Color #428E8A Blue Chill (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Chill #428E8A

Tints of Blue Chill #428E8A

Color information

#428E8A (or 0x428E8A) is unknown color: approx Blue Chill. HEX triplet: 42, 8E and 8A. RGB value is (66,142,138). Sum of RGB (Red+Green+Blue) = 66+142+138=346 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.08% from 346); Green value is 142 (55.86% from 255 or 41.04% from 346); Blue value is 138 (54.30% from 255 or 39.88% from 346); Max value from RGB is 142 - color contains mainly: green. Hex color #428E8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428E8A is #BD7175. Grayscale: #767676. Windows color (decimal): -12415350 or 9080386. OLE color: 9080386.

HSL color Cylindrical-coordinate representation of color #428E8A: hue angle of 176.84º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #428E8A is Cyan = 0.54, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB66142138-
CMYK0.5400.030.44
HSL176.84º36.54%40.78%-
HSV(B)176.84º53.52%55.69%-
XYZ16.5122.3427.49-
YUV118.82138.8290.33-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.08%
GREEN value IS 142 (55.86% from 255) = 41.04%
BLUE value IS 138 (54.30% from 255) = 39.88%
R=19.08%
G=41.04%
B=39.88%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal661421380.5400.030.44176.8436.5440.78
Hex428E8A36032Cb12529
Octal1022162126603542614551
Binary1000010100011101000101011011001110110010110001100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428E8A; }

 p { color: rgb(66,142,138); }

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

<style>
 a { background-color: #428E8A; }

 a { background-color: rgb(66,142,138); }

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

<style>
 span { border-color: #428E8A; }

 span { border-color: rgb(66,142,138); }

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