Html Css Color HEX #438D9F Hippie Blue

📋 copy color: '#438D9F'

red 67 ◦ green 141 ◦ blue 159

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

Shades of Hippie Blue #438D9F

Tints of Hippie Blue #438D9F

RGB

 RED value IS 67 (26.56% from 255) = 18.26%

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

 BLUE value IS 159 (62.5% from 255) = 43.32%

R = 18.26%
G = 38.42%
B = 43.32%

CMYK

 C value IS 0.58

 M value IS 0.11

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#438D9F (or 0x438D9F) is known color: Hippie Blue. HEX triplet: 43, 8D and 9F. RGB value is (67,141,159). Sum of RGB (Red+Green+Blue) = 67+141+159=367 (48% of max value = 765). Red value is 67 (26.56% from 255 or 18.26% from 367); Green value is 141 (55.47% from 255 or 38.42% from 367); Blue value is 159 (62.5% from 255 or 43.32% from 367); Max value from RGB is 159 - color contains mainly: blue. Hex color #438D9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438D9F is #BC7260. Grayscale: #787878. Windows color (decimal): -12350049 or 10456387. OLE color: 10456387.

HSL color Cylindrical-coordinate representation of color #438D9F: hue angle of 191.74º 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 #438D9F is Cyan = 0.58, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 67 141 159 -
CMYK 0.58 0.11 0 0.38
HSL 191.74º 0.41% 0.44% -
HSV(B) 191.74º 0.58% 0.62% -
XYZ 18.1 22.75 36.24 -
YUV 120.93 149.48 89.54 -
System Red Green Blue C M Y K H S L
Decimal 67 141 159 0.58 0.11 0 0.38 191.74 0.41 0.44
Hex 43 8D 9F 3A B 0 26 C0 29 2C
Octal 103 215 237 72 13 0 46 300 51 54
Binary 1000011 10001101 10011111 111010 1011 0 100110 11000000 101001 101100

Color Harmonies of #438D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438D9F

Black with #438D9F

Text Example


Text Example

White with #438D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #438D9F; }

 p { color: rgb(67,141,159); }

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

background-color css

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

 a { background-color: rgb(67,141,159); }

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

border-color css

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

 span { border-color: rgb(67,141,159); }

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