#67AFBD

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

Shades of Fountain Blue #67AFBD

Tints of Fountain Blue #67AFBD

Color information

#67AFBD (or 0x67AFBD) is unknown color: approx Fountain Blue. HEX triplet: 67, AF and BD. RGB value is (103,175,189). Sum of RGB (Red+Green+Blue) = 103+175+189=467 (61% of max value = 765). Red value is 103 (40.62% from 255 or 22.06% from 467); Green value is 175 (68.75% from 255 or 37.47% from 467); Blue value is 189 (74.22% from 255 or 40.47% from 467); Max value from RGB is 189 - color contains mainly: blue. Hex color #67AFBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67AFBD is #985042. Grayscale: #9A9A9A. Windows color (decimal): -9982019 or 12431207. OLE color: 12431207.

HSL color Cylindrical-coordinate representation of color #67AFBD: hue angle of 189.77º 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 #67AFBD is Cyan = 0.46, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB103175189-
CMYK0.460.0700.26
HSL189.77º39.45%57.25%-
HSV(B)189.77º45.5%74.12%-
XYZ30.1137.2253.74-
YUV155.07147.1590.86-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 22.06%
GREEN value IS 175 (68.75% from 255) = 37.47%
BLUE value IS 189 (74.22% from 255) = 40.47%
R=22.06%
G=37.47%
B=40.47%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1031751890.460.0700.26189.7739.4557.25
Hex67AFBD2E701Abe2739
Octal1472572755670322764771
Binary1100111101011111011110110111011101101010111110100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67AFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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