#67B9BE

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

Shades of Fountain Blue #67B9BE

Tints of Fountain Blue #67B9BE

Color information

#67B9BE (or 0x67B9BE) is unknown color: approx Fountain Blue. HEX triplet: 67, B9 and BE. RGB value is (103,185,190). Sum of RGB (Red+Green+Blue) = 103+185+190=478 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.55% from 478); Green value is 185 (72.66% from 255 or 38.70% from 478); Blue value is 190 (74.61% from 255 or 39.75% from 478); Max value from RGB is 190 - color contains mainly: blue. Hex color #67B9BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67B9BE is #984641. Grayscale: #A0A0A0. Windows color (decimal): -9979458 or 12499303. OLE color: 12499303.

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

Color convert

RGB103185190-
CMYK0.460.0300.25
HSL183.45º40.09%57.45%-
HSV(B)183.45º45.79%74.51%-
XYZ32.2441.354.99-
YUV161.05144.3386.59-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 21.55%
GREEN value IS 185 (72.66% from 255) = 38.70%
BLUE value IS 190 (74.61% from 255) = 39.75%
R=21.55%
G=38.70%
B=39.75%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1031851900.460.0300.25183.4540.0957.45
Hex67B9BE2E3019b72839
Octal1472712765630312675071
Binary110011110111001101111101011101101100110110111101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67B9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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