#67B1BE

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

Shades of Fountain Blue #67B1BE

Tints of Fountain Blue #67B1BE

Color information

#67B1BE (or 0x67B1BE) is unknown color: approx Fountain Blue. HEX triplet: 67, B1 and BE. RGB value is (103,177,190). Sum of RGB (Red+Green+Blue) = 103+177+190=470 (62% of max value = 765). Red value is 103 (40.62% from 255 or 21.91% from 470); Green value is 177 (69.53% from 255 or 37.66% from 470); Blue value is 190 (74.61% from 255 or 40.43% from 470); Max value from RGB is 190 - color contains mainly: blue. Hex color #67B1BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67B1BE is #984E41. Grayscale: #9C9C9C. Windows color (decimal): -9981506 or 12497255. OLE color: 12497255.

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

Color convert

RGB103177190-
CMYK0.460.0700.25
HSL188.97º40.09%57.45%-
HSV(B)188.97º45.79%74.51%-
XYZ30.6138.0554.45-
YUV156.36146.9889.94-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 21.91%
GREEN value IS 177 (69.53% from 255) = 37.66%
BLUE value IS 190 (74.61% from 255) = 40.43%
R=21.91%
G=37.66%
B=40.43%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1031771900.460.0700.25188.9740.0957.45
Hex67B1BE2E7019bd2839
Octal1472612765670312755071
Binary1100111101100011011111010111011101100110111101101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67B1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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