#428E93

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

Shades of Blue Chill #428E93

Tints of Blue Chill #428E93

Color information

#428E93 (or 0x428E93) is unknown color: approx Blue Chill. HEX triplet: 42, 8E and 93. RGB value is (66,142,147). Sum of RGB (Red+Green+Blue) = 66+142+147=355 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.59% from 355); Green value is 142 (55.86% from 255 or 40% from 355); Blue value is 147 (57.81% from 255 or 41.41% from 355); Max value from RGB is 147 - color contains mainly: blue. Hex color #428E93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428E93 is #BD716C. Grayscale: #777777. Windows color (decimal): -12415341 or 9670210. OLE color: 9670210.

HSL color Cylindrical-coordinate representation of color #428E93: hue angle of 183.7º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #428E93 is Cyan = 0.55, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB66142147-
CMYK0.550.0300.42
HSL183.7º38.03%41.76%-
HSV(B)183.7º55.1%57.65%-
XYZ17.1922.6131.06-
YUV119.85143.3289.59-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.59%
GREEN value IS 142 (55.86% from 255) = 40%
BLUE value IS 147 (57.81% from 255) = 41.41%
R=18.59%
G=40%
B=41.41%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal661421470.550.0300.42183.738.0341.76
Hex428E9337302Ab8262a
Octal1022162236730522704652
Binary1000010100011101001001111011111010101010111000100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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