#67AEBF

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

Shades of Fountain Blue #67AEBF

Tints of Fountain Blue #67AEBF

Color information

#67AEBF (or 0x67AEBF) is unknown color: approx Fountain Blue. HEX triplet: 67, AE and BF. RGB value is (103,174,191). Sum of RGB (Red+Green+Blue) = 103+174+191=468 (61% of max value = 765). Red value is 103 (40.62% from 255 or 22.01% from 468); Green value is 174 (68.36% from 255 or 37.18% from 468); Blue value is 191 (75% from 255 or 40.81% from 468); Max value from RGB is 191 - color contains mainly: blue. Hex color #67AEBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67AEBF is #985140. Grayscale: #9A9A9A. Windows color (decimal): -9982273 or 12562023. OLE color: 12562023.

HSL color Cylindrical-coordinate representation of color #67AEBF: hue angle of 191.59º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #67AEBF is Cyan = 0.46, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB103174191-
CMYK0.460.0900.25
HSL191.59º40.74%57.65%-
HSV(B)191.59º46.07%74.9%-
XYZ30.1336.9254.83-
YUV154.71148.4891.12-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 22.01%
GREEN value IS 174 (68.36% from 255) = 37.18%
BLUE value IS 191 (75% from 255) = 40.81%
R=22.01%
G=37.18%
B=40.81%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1031741910.460.0900.25191.5940.7457.65
Hex67AEBF2E9019c0293a
Octal14725627756110313005172
Binary11001111010111010111111101110100101100111000000101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67AEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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