Html Css Color HEX #488E96 Hippie Blue

📋 copy color: '#488E96'

red 72 ◦ green 142 ◦ blue 150

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

Shades of Hippie Blue #488E96

Tints of Hippie Blue #488E96

RGB

 RED value IS 72 (28.52% from 255) = 19.78%

 GREEN value IS 142 (55.86% from 255) = 39.01%

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

R = 19.78%
G = 39.01%
B = 41.21%

CMYK

 C value IS 0.52

 M value IS 0.05

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#488E96 (or 0x488E96) is known color: Hippie Blue. HEX triplet: 48, 8E and 96. RGB value is (72,142,150). Sum of RGB (Red+Green+Blue) = 72+142+150=364 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.78% from 364); Green value is 142 (55.86% from 255 or 39.01% from 364); Blue value is 150 (58.98% from 255 or 41.21% from 364); Max value from RGB is 150 - color contains mainly: blue. Hex color #488E96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488E96 is #B77169. Grayscale: #797979. Windows color (decimal): -12022122 or 9866824. OLE color: 9866824.

HSL color Cylindrical-coordinate representation of color #488E96: hue angle of 186.15º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #488E96 is Cyan = 0.52, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 72 142 150 -
CMYK 0.52 0.05 0 0.41
HSL 186.15º 0.35% 0.44% -
HSV(B) 186.15º 0.52% 0.59% -
XYZ 17.85 22.93 32.34 -
YUV 121.98 143.81 92.35 -
System Red Green Blue C M Y K H S L
Decimal 72 142 150 0.52 0.05 0 0.41 186.15 0.35 0.44
Hex 48 8E 96 34 5 0 29 BA 23 2C
Octal 110 216 226 64 5 0 51 272 43 54
Binary 1001000 10001110 10010110 110100 101 0 101001 10111010 100011 101100

Color Harmonies of #488E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488E96

Black with #488E96

Text Example


Text Example

White with #488E96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488E96; }

 p { color: rgb(72,142,150); }

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

background-color css

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

 a { background-color: rgb(72,142,150); }

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

border-color css

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

 span { border-color: rgb(72,142,150); }

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