Html Css Color HEX #428D9D Hippie Blue

📋 copy color: '#428D9D'

red 66 ◦ green 141 ◦ blue 157

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

Shades of Hippie Blue #428D9D

Tints of Hippie Blue #428D9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 43.13%

R = 18.13%
G = 38.74%
B = 43.13%

CMYK

 C value IS 0.58

 M value IS 0.10

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#428D9D (or 0x428D9D) is known color: Hippie Blue. HEX triplet: 42, 8D and 9D. RGB value is (66,141,157). Sum of RGB (Red+Green+Blue) = 66+141+157=364 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.13% from 364); Green value is 141 (55.47% from 255 or 38.74% from 364); Blue value is 157 (61.72% from 255 or 43.13% from 364); Max value from RGB is 157 - color contains mainly: blue. Hex color #428D9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428D9D is #BD7262. Grayscale: #787878. Windows color (decimal): -12415587 or 10325314. OLE color: 10325314.

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

Color convert

RGB 66 141 157 -
CMYK 0.58 0.10 0 0.38
HSL 190.55º 0.41% 0.44% -
HSV(B) 190.55º 0.58% 0.62% -
XYZ 17.86 22.64 35.33 -
YUV 120.4 148.65 89.2 -
System Red Green Blue C M Y K H S L
Decimal 66 141 157 0.58 0.10 0 0.38 190.55 0.41 0.44
Hex 42 8D 9D 3A A 0 26 BF 29 2C
Octal 102 215 235 72 12 0 46 277 51 54
Binary 1000010 10001101 10011101 111010 1010 0 100110 10111111 101001 101100

Color Harmonies of #428D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428D9D

Black with #428D9D

Text Example


Text Example

White with #428D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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