#67AEBD

Color #67AEBD Fountain Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fountain Blue #67AEBD

Tints of Fountain Blue #67AEBD

Color information

#67AEBD (or 0x67AEBD) is unknown color: approx Fountain Blue. HEX triplet: 67, AE and BD. RGB value is (103,174,189). Sum of RGB (Red+Green+Blue) = 103+174+189=466 (61% of max value = 765). Red value is 103 (40.62% from 255 or 22.10% from 466); Green value is 174 (68.36% from 255 or 37.34% from 466); Blue value is 189 (74.22% from 255 or 40.56% from 466); Max value from RGB is 189 - color contains mainly: blue. Hex color #67AEBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67AEBD is #985142. Grayscale: #9A9A9A. Windows color (decimal): -9982275 or 12430951. OLE color: 12430951.

HSL color Cylindrical-coordinate representation of color #67AEBD: hue angle of 190.47º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #67AEBD is Cyan = 0.46, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB103174189-
CMYK0.460.0800.26
HSL190.47º39.45%57.25%-
HSV(B)190.47º45.5%74.12%-
XYZ29.9136.8353.68-
YUV154.48147.4891.28-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 22.10%
GREEN value IS 174 (68.36% from 255) = 37.34%
BLUE value IS 189 (74.22% from 255) = 40.56%
R=22.10%
G=37.34%
B=40.56%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1031741890.460.0800.26190.4739.4557.25
Hex67AEBD2E801Abe2739
Octal14725627556100322764771
Binary11001111010111010111101101110100001101010111110100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67AEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67AEBD; }

 p { color: rgb(103,174,189); }

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

<style>
 a { background-color: #67AEBD; }

 a { background-color: rgb(103,174,189); }

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

<style>
 span { border-color: #67AEBD; }

 span { border-color: rgb(103,174,189); }

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