#428c8c

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

Shades of Blue Chill #428C8C

Tints of Blue Chill #428C8C

Color information

#428C8C (or 0x428C8C) is unknown color: approx Blue Chill. HEX triplet: 42, 8C and 8C. RGB value is (66,140,140). Sum of RGB (Red+Green+Blue) = 66+140+140=346 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.08% from 346); Green value is 140 (55.08% from 255 or 40.46% from 346); Blue value is 140 (55.08% from 255 or 40.46% from 346); Max value from RGB is 140 - color contains mainly: green, blue. Hex color #428C8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428C8C is #BD7373. Grayscale: #757575. Windows color (decimal): -12415860 or 9210946. OLE color: 9210946.

HSL color Cylindrical-coordinate representation of color #428C8C: hue angle of 180º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #428C8C is Cyan = 0.53, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB66140140-
CMYK0.53000.45
HSL180º35.92%40.39%-
HSV(B)180º52.86%54.9%-
XYZ16.3621.8128.16-
YUV117.87140.4891-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.08%
GREEN value IS 140 (55.08% from 255) = 40.46%
BLUE value IS 140 (55.08% from 255) = 40.46%
R=19.08%
G=40.46%
B=40.46%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal661401400.53000.4518035.9240.39
Hex428C8C35002Db42428
Octal1022142146500552644450
Binary100001010001100100011001101010010110110110100100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428c8c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,140,140); }

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

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

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

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

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

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

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