#418E8F

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

Shades of Blue Chill #418E8F

Tints of Blue Chill #418E8F

Color information

#418E8F (or 0x418E8F) is unknown color: approx Blue Chill. HEX triplet: 41, 8E and 8F. RGB value is (65,142,143). Sum of RGB (Red+Green+Blue) = 65+142+143=350 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.57% from 350); Green value is 142 (55.86% from 255 or 40.57% from 350); Blue value is 143 (56.25% from 255 or 40.86% from 350); Max value from RGB is 143 - color contains mainly: blue. Hex color #418E8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418E8F is #BE7170. Grayscale: #777777. Windows color (decimal): -12480881 or 9408065. OLE color: 9408065.

HSL color Cylindrical-coordinate representation of color #418E8F: hue angle of 180.77º 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 #418E8F is Cyan = 0.55, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB65142143-
CMYK0.550.0100.44
HSL180.77º37.5%40.78%-
HSV(B)180.77º54.55%56.08%-
XYZ16.8122.4529.43-
YUV119.09141.4989.42-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.57%
GREEN value IS 142 (55.86% from 255) = 40.57%
BLUE value IS 143 (56.25% from 255) = 40.86%
R=18.57%
G=40.57%
B=40.86%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal651421430.550.0100.44180.7737.540.78
Hex418E8F37102Cb52529
Octal1012162176710542654551
Binary100000110001110100011111101111010110010110101100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418E8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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