Html Css Color HEX #428C88 Blue Chill

📋 copy color: '#428C88'

red 66 ◦ green 140 ◦ blue 136

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

Shades of Blue Chill #428C88

Tints of Blue Chill #428C88

RGB

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

 GREEN value IS 140 (55.08% from 255) = 40.94%

 BLUE value IS 136 (53.52% from 255) = 39.77%

R = 19.3%
G = 40.94%
B = 39.77%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.03

 K value IS 0.45

RGB Variations

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

Color information

#428C88 (or 0x428C88) is known color: Blue Chill. HEX triplet: 42, 8C and 88. RGB value is (66,140,136). Sum of RGB (Red+Green+Blue) = 66+140+136=342 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.30% from 342); Green value is 140 (55.08% from 255 or 40.94% from 342); Blue value is 136 (53.52% from 255 or 39.77% from 342); Max value from RGB is 140 - color contains mainly: green. Hex color #428C88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428C88 is #BD7377. Grayscale: #757575. Windows color (decimal): -12415864 or 8948802. OLE color: 8948802.

HSL color Cylindrical-coordinate representation of color #428C88: hue angle of 176.76º 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 #428C88 is Cyan = 0.53, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.

Color convert

RGB 66 140 136 -
CMYK 0.53 0 0.03 0.45
HSL 176.76º 0.36% 0.4% -
HSV(B) 176.76º 0.53% 0.55% -
XYZ 16.07 21.69 26.63 -
YUV 117.42 138.48 91.33 -
System Red Green Blue C M Y K H S L
Decimal 66 140 136 0.53 0 0.03 0.45 176.76 0.36 0.4
Hex 42 8C 88 35 0 3 2D B1 24 28
Octal 102 214 210 65 0 3 55 261 44 50
Binary 1000010 10001100 10001000 110101 0 11 101101 10110001 100100 101000

Color Harmonies of #428C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428C88

Black with #428C88

Text Example


Text Example

White with #428C88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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