Html Css Color HEX #428FA0 Hippie Blue

📋 copy color: '#428FA0'

red 66 ◦ green 143 ◦ blue 160

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

Shades of Hippie Blue #428FA0

Tints of Hippie Blue #428FA0

RGB

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

 GREEN value IS 143 (56.25% from 255) = 38.75%

 BLUE value IS 160 (62.89% from 255) = 43.36%

R = 17.89%
G = 38.75%
B = 43.36%

CMYK

 C value IS 0.59

 M value IS 0.11

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#428FA0 (or 0x428FA0) is known color: Hippie Blue. HEX triplet: 42, 8F and A0. RGB value is (66,143,160). Sum of RGB (Red+Green+Blue) = 66+143+160=369 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.89% from 369); Green value is 143 (56.25% from 255 or 38.75% from 369); Blue value is 160 (62.89% from 255 or 43.36% from 369); Max value from RGB is 160 - color contains mainly: blue. Hex color #428FA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428FA0 is #BD705F. Grayscale: #797979. Windows color (decimal): -12415072 or 10522434. OLE color: 10522434.

HSL color Cylindrical-coordinate representation of color #428FA0: hue angle of 190.85º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #428FA0 is Cyan = 0.59, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 66 143 160 -
CMYK 0.59 0.11 0 0.37
HSL 190.85º 0.42% 0.44% -
HSV(B) 190.85º 0.59% 0.63% -
XYZ 18.41 23.34 36.79 -
YUV 121.92 149.49 88.12 -
System Red Green Blue C M Y K H S L
Decimal 66 143 160 0.59 0.11 0 0.37 190.85 0.42 0.44
Hex 42 8F A0 3B B 0 25 BF 2A 2C
Octal 102 217 240 73 13 0 45 277 52 54
Binary 1000010 10001111 10100000 111011 1011 0 100101 10111111 101010 101100

Color Harmonies of #428FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428FA0

Black with #428FA0

Text Example


Text Example

White with #428FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,143,160); }

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

background-color css

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

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

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

border-color css

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

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

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