#67B9BC

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

Shades of Fountain Blue #67B9BC

Tints of Fountain Blue #67B9BC

Color information

#67B9BC (or 0x67B9BC) is unknown color: approx Fountain Blue. HEX triplet: 67, B9 and BC. RGB value is (103,185,188). Sum of RGB (Red+Green+Blue) = 103+185+188=476 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.64% from 476); Green value is 185 (72.66% from 255 or 38.87% from 476); Blue value is 188 (73.83% from 255 or 39.50% from 476); Max value from RGB is 188 - color contains mainly: blue. Hex color #67B9BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67B9BC is #984643. Grayscale: #A0A0A0. Windows color (decimal): -9979460 or 12368231. OLE color: 12368231.

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

Color convert

RGB103185188-
CMYK0.450.0200.26
HSL182.12º38.81%57.06%-
HSV(B)182.12º45.21%73.73%-
XYZ32.0241.2153.84-
YUV160.82143.3386.76-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 21.64%
GREEN value IS 185 (72.66% from 255) = 38.87%
BLUE value IS 188 (73.83% from 255) = 39.50%
R=21.64%
G=38.87%
B=39.50%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1031851880.450.0200.26182.1238.8157.06
Hex67B9BC2D201Ab62739
Octal1472712745520322664771
Binary110011110111001101111001011011001101010110110100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67B9BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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