#67B3BC

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

Shades of Fountain Blue #67B3BC

Tints of Fountain Blue #67B3BC

Color information

#67B3BC (or 0x67B3BC) is unknown color: approx Fountain Blue. HEX triplet: 67, B3 and BC. RGB value is (103,179,188). Sum of RGB (Red+Green+Blue) = 103+179+188=470 (62% of max value = 765). Red value is 103 (40.62% from 255 or 21.91% from 470); Green value is 179 (70.31% from 255 or 38.09% from 470); Blue value is 188 (73.83% from 255 or 40% from 470); Max value from RGB is 188 - color contains mainly: blue. Hex color #67B3BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67B3BC is #984C43. Grayscale: #9D9D9D. Windows color (decimal): -9980996 or 12366695. OLE color: 12366695.

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

Color convert

RGB103179188-
CMYK0.450.0500.26
HSL186.35º38.81%57.06%-
HSV(B)186.35º45.21%73.73%-
XYZ30.7938.7553.43-
YUV157.3145.3289.27-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 21.91%
GREEN value IS 179 (70.31% from 255) = 38.09%
BLUE value IS 188 (73.83% from 255) = 40%
R=21.91%
G=38.09%
B=40%

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
Decimal1031791880.450.0500.26186.3538.8157.06
Hex67B3BC2D501Aba2739
Octal1472632745550322724771
Binary1100111101100111011110010110110101101010111010100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67B3BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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