#67B7BF

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

Shades of Fountain Blue #67B7BF

Tints of Fountain Blue #67B7BF

Color information

#67B7BF (or 0x67B7BF) is unknown color: approx Fountain Blue. HEX triplet: 67, B7 and BF. RGB value is (103,183,191). Sum of RGB (Red+Green+Blue) = 103+183+191=477 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.59% from 477); Green value is 183 (71.88% from 255 or 38.36% from 477); Blue value is 191 (75% from 255 or 40.04% from 477); Max value from RGB is 191 - color contains mainly: blue. Hex color #67B7BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67B7BF is #984840. Grayscale: #9F9F9F. Windows color (decimal): -9979969 or 12564327. OLE color: 12564327.

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

Color convert

RGB103183191-
CMYK0.460.0400.25
HSL185.45º40.74%57.65%-
HSV(B)185.45º46.07%74.9%-
XYZ31.9340.5155.43-
YUV159.99145.587.35-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 21.59%
GREEN value IS 183 (71.88% from 255) = 38.36%
BLUE value IS 191 (75% from 255) = 40.04%
R=21.59%
G=38.36%
B=40.04%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1031831910.460.0400.25185.4540.7457.65
Hex67B7BF2E4019b9293a
Octal1472672775640312715172
Binary1100111101101111011111110111010001100110111001101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67B7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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