#418B8F

Color #418B8F Blue Chill (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Chill #418B8F

Tints of Blue Chill #418B8F

Color information

#418B8F (or 0x418B8F) is unknown color: approx Blue Chill. HEX triplet: 41, 8B and 8F. RGB value is (65,139,143). Sum of RGB (Red+Green+Blue) = 65+139+143=347 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.73% from 347); Green value is 139 (54.69% from 255 or 40.06% from 347); Blue value is 143 (56.25% from 255 or 41.21% from 347); Max value from RGB is 143 - color contains mainly: blue. Hex color #418B8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418B8F is #BE7470. Grayscale: #757575. Windows color (decimal): -12481649 or 9407297. OLE color: 9407297.

HSL color Cylindrical-coordinate representation of color #418B8F: hue angle of 183.08º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #418B8F is Cyan = 0.55, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB65139143-
CMYK0.550.0300.44
HSL183.08º37.5%40.78%-
HSV(B)183.08º54.55%56.08%-
XYZ16.3721.5729.29-
YUV117.33142.4890.67-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.73%
GREEN value IS 139 (54.69% from 255) = 40.06%
BLUE value IS 143 (56.25% from 255) = 41.21%
R=18.73%
G=40.06%
B=41.21%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal651391430.550.0300.44183.0837.540.78
Hex418B8F37302Cb72529
Octal1012132176730542674551
Binary1000001100010111000111111011111010110010110111100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418B8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,139,143); }

 H1.HeaderClassName
 {
   color: #418B8F;
 }
 .AnyTagClassName
 {
   color: #418B8F;
 }
</style>
background-color css

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

 a { background-color: rgb(65,139,143); }

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

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

 span { border-color: rgb(65,139,143); }

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