#67B8BC

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

Shades of Fountain Blue #67B8BC

Tints of Fountain Blue #67B8BC

Color information

#67B8BC (or 0x67B8BC) is unknown color: approx Fountain Blue. HEX triplet: 67, B8 and BC. RGB value is (103,184,188). Sum of RGB (Red+Green+Blue) = 103+184+188=475 (62% of max value = 765). Red value is 103 (40.62% from 255 or 21.68% from 475); Green value is 184 (72.27% from 255 or 38.74% from 475); Blue value is 188 (73.83% from 255 or 39.58% from 475); Max value from RGB is 188 - color contains mainly: blue. Hex color #67B8BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67B8BC is #984743. Grayscale: #A0A0A0. Windows color (decimal): -9979716 or 12367975. OLE color: 12367975.

HSL color Cylindrical-coordinate representation of color #67B8BC: hue angle of 182.82º 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 #67B8BC is Cyan = 0.45, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB103184188-
CMYK0.450.0200.26
HSL182.82º38.81%57.06%-
HSV(B)182.82º45.21%73.73%-
XYZ31.8140.853.77-
YUV160.24143.6687.17-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 21.68%
GREEN value IS 184 (72.27% from 255) = 38.74%
BLUE value IS 188 (73.83% from 255) = 39.58%
R=21.68%
G=38.74%
B=39.58%

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
Decimal1031841880.450.0200.26182.8238.8157.06
Hex67B8BC2D201Ab72739
Octal1472702745520322674771
Binary110011110111000101111001011011001101010110111100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67B8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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