Html Css Color HEX #428996 Hippie Blue

📋 copy color: '#428996'

red 66 ◦ green 137 ◦ blue 150

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

Shades of Hippie Blue #428996

Tints of Hippie Blue #428996

RGB

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

 GREEN value IS 137 (53.91% from 255) = 38.81%

 BLUE value IS 150 (58.98% from 255) = 42.49%

R = 18.7%
G = 38.81%
B = 42.49%

CMYK

 C value IS 0.56

 M value IS 0.09

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#428996 (or 0x428996) is known color: Hippie Blue. HEX triplet: 42, 89 and 96. RGB value is (66,137,150). Sum of RGB (Red+Green+Blue) = 66+137+150=353 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.70% from 353); Green value is 137 (53.91% from 255 or 38.81% from 353); Blue value is 150 (58.98% from 255 or 42.49% from 353); Max value from RGB is 150 - color contains mainly: blue. Hex color #428996 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428996 is #BD7669. Grayscale: #757575. Windows color (decimal): -12416618 or 9865538. OLE color: 9865538.

HSL color Cylindrical-coordinate representation of color #428996: hue angle of 189.29º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #428996 is Cyan = 0.56, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 66 137 150 -
CMYK 0.56 0.09 0 0.41
HSL 189.29º 0.39% 0.42% -
HSV(B) 189.29º 0.56% 0.59% -
XYZ 16.7 21.25 32.08 -
YUV 117.25 146.48 91.44 -
System Red Green Blue C M Y K H S L
Decimal 66 137 150 0.56 0.09 0 0.41 189.29 0.39 0.42
Hex 42 89 96 38 9 0 29 BD 27 2A
Octal 102 211 226 70 11 0 51 275 47 52
Binary 1000010 10001001 10010110 111000 1001 0 101001 10111101 100111 101010

Color Harmonies of #428996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428996

Black with #428996

Text Example


Text Example

White with #428996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428996; }

 p { color: rgb(66,137,150); }

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

background-color css

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

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

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

border-color css

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

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

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