#67B4BE

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

Shades of Fountain Blue #67B4BE

Tints of Fountain Blue #67B4BE

Color information

#67B4BE (or 0x67B4BE) is unknown color: approx Fountain Blue. HEX triplet: 67, B4 and BE. RGB value is (103,180,190). Sum of RGB (Red+Green+Blue) = 103+180+190=473 (62% of max value = 765). Red value is 103 (40.62% from 255 or 21.78% from 473); Green value is 180 (70.70% from 255 or 38.05% from 473); Blue value is 190 (74.61% from 255 or 40.17% from 473); Max value from RGB is 190 - color contains mainly: blue. Hex color #67B4BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67B4BE is #984B41. Grayscale: #9E9E9E. Windows color (decimal): -9980738 or 12498023. OLE color: 12498023.

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

Color convert

RGB103180190-
CMYK0.460.0500.25
HSL186.9º40.09%57.45%-
HSV(B)186.9º45.79%74.51%-
XYZ31.2139.2454.65-
YUV158.12145.9988.69-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 21.78%
GREEN value IS 180 (70.70% from 255) = 38.05%
BLUE value IS 190 (74.61% from 255) = 40.17%
R=21.78%
G=38.05%
B=40.17%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1031801900.460.0500.25186.940.0957.45
Hex67B4BE2E5019bb2839
Octal1472642765650312735071
Binary1100111101101001011111010111010101100110111011101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67B4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,180,190); }

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

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

 a { background-color: rgb(103,180,190); }

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

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

 span { border-color: rgb(103,180,190); }

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