#67B9BD

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

Shades of Fountain Blue #67B9BD

Tints of Fountain Blue #67B9BD

Color information

#67B9BD (or 0x67B9BD) is unknown color: approx Fountain Blue. HEX triplet: 67, B9 and BD. RGB value is (103,185,189). Sum of RGB (Red+Green+Blue) = 103+185+189=477 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.59% from 477); Green value is 185 (72.66% from 255 or 38.78% from 477); Blue value is 189 (74.22% from 255 or 39.62% from 477); Max value from RGB is 189 - color contains mainly: blue. Hex color #67B9BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67B9BD is #984642. Grayscale: #A0A0A0. Windows color (decimal): -9979459 or 12433767. OLE color: 12433767.

HSL color Cylindrical-coordinate representation of color #67B9BD: hue angle of 182.79º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #67B9BD is Cyan = 0.46, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB103185189-
CMYK0.460.0200.26
HSL182.79º39.45%57.25%-
HSV(B)182.79º45.5%74.12%-
XYZ32.1341.2654.41-
YUV160.94143.8386.67-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 21.59%
GREEN value IS 185 (72.66% from 255) = 38.78%
BLUE value IS 189 (74.22% from 255) = 39.62%
R=21.59%
G=38.78%
B=39.62%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1031851890.460.0200.26182.7939.4557.25
Hex67B9BD2E201Ab72739
Octal1472712755620322674771
Binary110011110111001101111011011101001101010110111100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67B9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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