Html Css Color HEX #428E8E Blue Chill

📋 copy color: '#428E8E'

red 66 ◦ green 142 ◦ blue 142

#428E8E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Chill #428E8E

Tints of Blue Chill #428E8E

RGB

 RED value IS 66 (26.17% from 255) = 18.86%

 GREEN value IS 142 (55.86% from 255) = 40.57%

 BLUE value IS 142 (55.86% from 255) = 40.57%

R = 18.86%
G = 40.57%
B = 40.57%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#428E8E (or 0x428E8E) is known color: Blue Chill. HEX triplet: 42, 8E and 8E. RGB value is (66,142,142). Sum of RGB (Red+Green+Blue) = 66+142+142=350 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.86% from 350); Green value is 142 (55.86% from 255 or 40.57% from 350); Blue value is 142 (55.86% from 255 or 40.57% from 350); Max value from RGB is 142 - color contains mainly: green, blue. Hex color #428E8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428E8E is #BD7171. Grayscale: #777777. Windows color (decimal): -12415346 or 9342530. OLE color: 9342530.

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

Color convert

RGB 66 142 142 -
CMYK 0.54 0 0 0.44
HSL 180º 0.37% 0.41% -
HSV(B) 180º 0.54% 0.56% -
XYZ 16.8 22.46 29.04 -
YUV 119.28 140.82 90 -
System Red Green Blue C M Y K H S L
Decimal 66 142 142 0.54 0 0 0.44 180 0.37 0.41
Hex 42 8E 8E 36 0 0 2C B4 25 29
Octal 102 216 216 66 0 0 54 264 45 51
Binary 1000010 10001110 10001110 110110 0 0 101100 10110100 100101 101001

Color Harmonies of #428E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428E8E

Black with #428E8E

Text Example


Text Example

White with #428E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #428E8E;
 }
 .AnyTagClassName
 {
   color: #428E8E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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