#67AEBA

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

Shades of Fountain Blue #67AEBA

Tints of Fountain Blue #67AEBA

Color information

#67AEBA (or 0x67AEBA) is unknown color: approx Fountain Blue. HEX triplet: 67, AE and BA. RGB value is (103,174,186). Sum of RGB (Red+Green+Blue) = 103+174+186=463 (61% of max value = 765). Red value is 103 (40.62% from 255 or 22.25% from 463); Green value is 174 (68.36% from 255 or 37.58% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 186 - color contains mainly: blue. Hex color #67AEBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67AEBA is #985145. Grayscale: #9A9A9A. Windows color (decimal): -9982278 or 12234343. OLE color: 12234343.

HSL color Cylindrical-coordinate representation of color #67AEBA: hue angle of 188.67º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #67AEBA is Cyan = 0.45, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB103174186-
CMYK0.450.0600.27
HSL188.67º37.56%56.67%-
HSV(B)188.67º44.62%72.94%-
XYZ29.5936.751.98-
YUV154.14145.9891.52-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 22.25%
GREEN value IS 174 (68.36% from 255) = 37.58%
BLUE value IS 186 (73.05% from 255) = 40.17%
R=22.25%
G=37.58%
B=40.17%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1031741860.450.0600.27188.6737.5656.67
Hex67AEBA2D601Bbd2639
Octal1472562725560332754671
Binary1100111101011101011101010110111001101110111101100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67AEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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