Html Css Color HEX #418C9F Hippie Blue

📋 copy color: '#418C9F'

red 65 ◦ green 140 ◦ blue 159

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

Shades of Hippie Blue #418C9F

Tints of Hippie Blue #418C9F

RGB

 RED value IS 65 (25.78% from 255) = 17.86%

 GREEN value IS 140 (55.08% from 255) = 38.46%

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

R = 17.86%
G = 38.46%
B = 43.68%

CMYK

 C value IS 0.59

 M value IS 0.12

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#418C9F (or 0x418C9F) is known color: Hippie Blue. HEX triplet: 41, 8C and 9F. RGB value is (65,140,159). Sum of RGB (Red+Green+Blue) = 65+140+159=364 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.86% from 364); Green value is 140 (55.08% from 255 or 38.46% from 364); Blue value is 159 (62.5% from 255 or 43.68% from 364); Max value from RGB is 159 - color contains mainly: blue. Hex color #418C9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418C9F is #BE7360. Grayscale: #777777. Windows color (decimal): -12481377 or 10456129. OLE color: 10456129.

HSL color Cylindrical-coordinate representation of color #418C9F: hue angle of 192.13º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #418C9F is Cyan = 0.59, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 65 140 159 -
CMYK 0.59 0.12 0 0.38
HSL 192.13º 0.42% 0.44% -
HSV(B) 192.13º 0.59% 0.62% -
XYZ 17.82 22.38 36.18 -
YUV 119.74 150.15 88.96 -
System Red Green Blue C M Y K H S L
Decimal 65 140 159 0.59 0.12 0 0.38 192.13 0.42 0.44
Hex 41 8C 9F 3B C 0 26 C0 2A 2C
Octal 101 214 237 73 14 0 46 300 52 54
Binary 1000001 10001100 10011111 111011 1100 0 100110 11000000 101010 101100

Color Harmonies of #418C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418C9F

Black with #418C9F

Text Example


Text Example

White with #418C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418C9F; }

 p { color: rgb(65,140,159); }

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

background-color css

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

 a { background-color: rgb(65,140,159); }

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

border-color css

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

 span { border-color: rgb(65,140,159); }

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