Html Css Color HEX #428D9C Hippie Blue

📋 copy color: '#428D9C'

red 66 ◦ green 141 ◦ blue 156

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

Shades of Hippie Blue #428D9C

Tints of Hippie Blue #428D9C

RGB

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

 GREEN value IS 141 (55.47% from 255) = 38.84%

 BLUE value IS 156 (61.33% from 255) = 42.98%

R = 18.18%
G = 38.84%
B = 42.98%

CMYK

 C value IS 0.58

 M value IS 0.10

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#428D9C (or 0x428D9C) is known color: Hippie Blue. HEX triplet: 42, 8D and 9C. RGB value is (66,141,156). Sum of RGB (Red+Green+Blue) = 66+141+156=363 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.18% from 363); Green value is 141 (55.47% from 255 or 38.84% from 363); Blue value is 156 (61.33% from 255 or 42.98% from 363); Max value from RGB is 156 - color contains mainly: blue. Hex color #428D9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428D9C is #BD7263. Grayscale: #787878. Windows color (decimal): -12415588 or 10259778. OLE color: 10259778.

HSL color Cylindrical-coordinate representation of color #428D9C: hue angle of 190º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #428D9C is Cyan = 0.58, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 66 141 156 -
CMYK 0.58 0.10 0 0.39
HSL 190º 0.41% 0.44% -
HSV(B) 190º 0.58% 0.61% -
XYZ 17.77 22.61 34.88 -
YUV 120.29 148.15 89.28 -
System Red Green Blue C M Y K H S L
Decimal 66 141 156 0.58 0.10 0 0.39 190 0.41 0.44
Hex 42 8D 9C 3A A 0 27 BE 29 2C
Octal 102 215 234 72 12 0 47 276 51 54
Binary 1000010 10001101 10011100 111010 1010 0 100111 10111110 101001 101100

Color Harmonies of #428D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428D9C

Black with #428D9C

Text Example


Text Example

White with #428D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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