#428A96

Color #428A96 Hippie Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Blue #428A96

Tints of Hippie Blue #428A96

Color information

#428A96 (or 0x428A96) is unknown color: approx Hippie Blue. HEX triplet: 42, 8A and 96. RGB value is (66,138,150). Sum of RGB (Red+Green+Blue) = 66+138+150=354 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.64% from 354); Green value is 138 (54.30% from 255 or 38.98% from 354); Blue value is 150 (58.98% from 255 or 42.37% from 354); Max value from RGB is 150 - color contains mainly: blue. Hex color #428A96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428A96 is #BD7569. Grayscale: #757575. Windows color (decimal): -12416362 or 9865794. OLE color: 9865794.

HSL color Cylindrical-coordinate representation of color #428A96: hue angle of 188.57º 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 #428A96 is Cyan = 0.56, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB66138150-
CMYK0.560.0800.41
HSL188.57º38.89%42.35%-
HSV(B)188.57º56%58.82%-
XYZ16.8421.5432.12-
YUV117.84146.1591.02-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.64%
GREEN value IS 138 (54.30% from 255) = 38.98%
BLUE value IS 150 (58.98% from 255) = 42.37%
R=18.64%
G=38.98%
B=42.37%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal661381500.560.0800.41188.5738.8942.35
Hex428A96388029bd272a
Octal10221222670100512754752
Binary100001010001010100101101110001000010100110111101100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #428A96;
 }
 .AnyTagClassName
 {
   color: #428A96;
 }
</style>
background-color css

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

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

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

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

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

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