#67B2BC

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

Shades of Fountain Blue #67B2BC

Tints of Fountain Blue #67B2BC

Color information

#67B2BC (or 0x67B2BC) is unknown color: approx Fountain Blue. HEX triplet: 67, B2 and BC. RGB value is (103,178,188). Sum of RGB (Red+Green+Blue) = 103+178+188=469 (62% of max value = 765). Red value is 103 (40.62% from 255 or 21.96% from 469); Green value is 178 (69.92% from 255 or 37.95% from 469); Blue value is 188 (73.83% from 255 or 40.09% from 469); Max value from RGB is 188 - color contains mainly: blue. Hex color #67B2BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67B2BC is #984D43. Grayscale: #9C9C9C. Windows color (decimal): -9981252 or 12366439. OLE color: 12366439.

HSL color Cylindrical-coordinate representation of color #67B2BC: hue angle of 187.06º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #67B2BC is Cyan = 0.45, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB103178188-
CMYK0.450.0500.26
HSL187.06º38.81%57.06%-
HSV(B)187.06º45.21%73.73%-
XYZ30.5938.3653.37-
YUV156.71145.6589.69-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 21.96%
GREEN value IS 178 (69.92% from 255) = 37.95%
BLUE value IS 188 (73.83% from 255) = 40.09%
R=21.96%
G=37.95%
B=40.09%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1031781880.450.0500.26187.0638.8157.06
Hex67B2BC2D501Abb2739
Octal1472622745550322734771
Binary1100111101100101011110010110110101101010111011100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67B2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,178,188); }

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

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

 a { background-color: rgb(103,178,188); }

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

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

 span { border-color: rgb(103,178,188); }

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