#428D8E

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

Shades of Blue Chill #428D8E

Tints of Blue Chill #428D8E

Color information

#428D8E (or 0x428D8E) is unknown color: approx Blue Chill. HEX triplet: 42, 8D and 8E. RGB value is (66,141,142). Sum of RGB (Red+Green+Blue) = 66+141+142=349 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.91% from 349); Green value is 141 (55.47% from 255 or 40.40% from 349); Blue value is 142 (55.86% from 255 or 40.69% from 349); Max value from RGB is 142 - color contains mainly: blue. Hex color #428D8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428D8E is #BD7271. Grayscale: #767676. Windows color (decimal): -12415602 or 9342274. OLE color: 9342274.

HSL color Cylindrical-coordinate representation of color #428D8E: hue angle of 180.79º 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 #428D8E is Cyan = 0.54, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB66141142-
CMYK0.540.0100.44
HSL180.79º36.54%40.78%-
HSV(B)180.79º53.52%55.69%-
XYZ16.6522.1628.99-
YUV118.69141.1590.42-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.91%
GREEN value IS 141 (55.47% from 255) = 40.40%
BLUE value IS 142 (55.86% from 255) = 40.69%
R=18.91%
G=40.40%
B=40.69%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal661411420.540.0100.44180.7936.5440.78
Hex428D8E36102Cb52529
Octal1022152166610542654551
Binary100001010001101100011101101101010110010110101100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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