Html Css Color HEX #418A86 Blue Chill

📋 copy color: '#418A86'

red 65 ◦ green 138 ◦ blue 134

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

Shades of Blue Chill #418A86

Tints of Blue Chill #418A86

RGB

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

 GREEN value IS 138 (54.3% from 255) = 40.95%

 BLUE value IS 134 (52.73% from 255) = 39.76%

R = 19.29%
G = 40.95%
B = 39.76%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.03

 K value IS 0.46

RGB Variations

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

Color information

#418A86 (or 0x418A86) is known color: Blue Chill. HEX triplet: 41, 8A and 86. RGB value is (65,138,134). Sum of RGB (Red+Green+Blue) = 65+138+134=337 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.29% from 337); Green value is 138 (54.30% from 255 or 40.95% from 337); Blue value is 134 (52.73% from 255 or 39.76% from 337); Max value from RGB is 138 - color contains mainly: green. Hex color #418A86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418A86 is #BE7579. Grayscale: #737373. Windows color (decimal): -12481914 or 8817217. OLE color: 8817217.

HSL color Cylindrical-coordinate representation of color #418A86: hue angle of 176.71º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #418A86 is Cyan = 0.53, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.46.

Color convert

RGB 65 138 134 -
CMYK 0.53 0 0.03 0.46
HSL 176.71º 0.36% 0.4% -
HSV(B) 176.71º 0.53% 0.54% -
XYZ 15.57 21.02 25.79 -
YUV 115.72 138.32 91.83 -
System Red Green Blue C M Y K H S L
Decimal 65 138 134 0.53 0 0.03 0.46 176.71 0.36 0.4
Hex 41 8A 86 35 0 3 2E B1 24 28
Octal 101 212 206 65 0 3 56 261 44 50
Binary 1000001 10001010 10000110 110101 0 11 101110 10110001 100100 101000

Color Harmonies of #418A86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418A86

Black with #418A86

Text Example


Text Example

White with #418A86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,138,134); }

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

background-color css

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

 a { background-color: rgb(65,138,134); }

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

border-color css

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

 span { border-color: rgb(65,138,134); }

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