#67AFBA

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

Shades of Fountain Blue #67AFBA

Tints of Fountain Blue #67AFBA

Color information

#67AFBA (or 0x67AFBA) is unknown color: approx Fountain Blue. HEX triplet: 67, AF and BA. RGB value is (103,175,186). Sum of RGB (Red+Green+Blue) = 103+175+186=464 (61% of max value = 765). Red value is 103 (40.62% from 255 or 22.20% from 464); Green value is 175 (68.75% from 255 or 37.72% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 186 - color contains mainly: blue. Hex color #67AFBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67AFBA is #985045. Grayscale: #9A9A9A. Windows color (decimal): -9982022 or 12234599. OLE color: 12234599.

HSL color Cylindrical-coordinate representation of color #67AFBA: hue angle of 187.95º 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 #67AFBA is Cyan = 0.45, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB103175186-
CMYK0.450.0600.27
HSL187.95º37.56%56.67%-
HSV(B)187.95º44.62%72.94%-
XYZ29.7937.0952.04-
YUV154.73145.6591.11-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 22.20%
GREEN value IS 175 (68.75% from 255) = 37.72%
BLUE value IS 186 (73.05% from 255) = 40.09%
R=22.20%
G=37.72%
B=40.09%

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
Decimal1031751860.450.0600.27187.9537.5656.67
Hex67AFBA2D601Bbc2639
Octal1472572725560332744671
Binary1100111101011111011101010110111001101110111100100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67AFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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