Html Css Color HEX #409E96 Blue Chill

📋 copy color: '#409E96'

red 64 ◦ green 158 ◦ blue 150

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

Shades of Blue Chill #409E96

Tints of Blue Chill #409E96

RGB

 RED value IS 64 (25.39% from 255) = 17.2%

 GREEN value IS 158 (62.11% from 255) = 42.47%

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

R = 17.2%
G = 42.47%
B = 40.32%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.05

 K value IS 0.38

RGB Variations

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

Color information

#409E96 (or 0x409E96) is known color: Blue Chill. HEX triplet: 40, 9E and 96. RGB value is (64,158,150). Sum of RGB (Red+Green+Blue) = 64+158+150=372 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.20% from 372); Green value is 158 (62.11% from 255 or 42.47% from 372); Blue value is 150 (58.98% from 255 or 40.32% from 372); Max value from RGB is 158 - color contains mainly: green. Hex color #409E96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409E96 is #BF6169. Grayscale: #808080. Windows color (decimal): -12542314 or 9870912. OLE color: 9870912.

HSL color Cylindrical-coordinate representation of color #409E96: hue angle of 174.89º 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 #409E96 is Cyan = 0.59, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.38.

Color convert

RGB 64 158 150 -
CMYK 0.59 0 0.05 0.38
HSL 174.89º 0.42% 0.44% -
HSV(B) 174.89º 0.59% 0.62% -
XYZ 19.85 27.75 33.16 -
YUV 128.98 139.86 81.65 -
System Red Green Blue C M Y K H S L
Decimal 64 158 150 0.59 0 0.05 0.38 174.89 0.42 0.44
Hex 40 9E 96 3B 0 5 26 AF 2A 2C
Octal 100 236 226 73 0 5 46 257 52 54
Binary 1000000 10011110 10010110 111011 0 101 100110 10101111 101010 101100

Color Harmonies of #409E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409E96

Black with #409E96

Text Example


Text Example

White with #409E96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,158,150); }

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

background-color css

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

 a { background-color: rgb(64,158,150); }

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

border-color css

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

 span { border-color: rgb(64,158,150); }

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