#67B3BE

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

Shades of Fountain Blue #67B3BE

Tints of Fountain Blue #67B3BE

Color information

#67B3BE (or 0x67B3BE) is unknown color: approx Fountain Blue. HEX triplet: 67, B3 and BE. RGB value is (103,179,190). Sum of RGB (Red+Green+Blue) = 103+179+190=472 (62% of max value = 765). Red value is 103 (40.62% from 255 or 21.82% from 472); Green value is 179 (70.31% from 255 or 37.92% from 472); Blue value is 190 (74.61% from 255 or 40.25% from 472); Max value from RGB is 190 - color contains mainly: blue. Hex color #67B3BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67B3BE is #984C41. Grayscale: #9D9D9D. Windows color (decimal): -9980994 or 12497767. OLE color: 12497767.

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

Color convert

RGB103179190-
CMYK0.460.0600.25
HSL187.59º40.09%57.45%-
HSV(B)187.59º45.79%74.51%-
XYZ31.0138.8454.58-
YUV157.53146.3289.11-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 21.82%
GREEN value IS 179 (70.31% from 255) = 37.92%
BLUE value IS 190 (74.61% from 255) = 40.25%
R=21.82%
G=37.92%
B=40.25%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1031791900.460.0600.25187.5940.0957.45
Hex67B3BE2E6019bc2839
Octal1472632765660312745071
Binary1100111101100111011111010111011001100110111100101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67B3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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