#67B7BE

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

Shades of Fountain Blue #67B7BE

Tints of Fountain Blue #67B7BE

Color information

#67B7BE (or 0x67B7BE) is unknown color: approx Fountain Blue. HEX triplet: 67, B7 and BE. RGB value is (103,183,190). Sum of RGB (Red+Green+Blue) = 103+183+190=476 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.64% from 476); Green value is 183 (71.88% from 255 or 38.45% from 476); Blue value is 190 (74.61% from 255 or 39.92% from 476); Max value from RGB is 190 - color contains mainly: blue. Hex color #67B7BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67B7BE is #984841. Grayscale: #9F9F9F. Windows color (decimal): -9979970 or 12498791. OLE color: 12498791.

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

Color convert

RGB103183190-
CMYK0.460.0400.25
HSL184.83º40.09%57.45%-
HSV(B)184.83º45.79%74.51%-
XYZ31.8240.4754.85-
YUV159.8814587.43-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 21.64%
GREEN value IS 183 (71.88% from 255) = 38.45%
BLUE value IS 190 (74.61% from 255) = 39.92%
R=21.64%
G=38.45%
B=39.92%

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
Decimal1031831900.460.0400.25184.8340.0957.45
Hex67B7BE2E4019b92839
Octal1472672765640312715071
Binary1100111101101111011111010111010001100110111001101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67B7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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