#6FBDBB

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

Shades of Fountain Blue #6FBDBB

Tints of Fountain Blue #6FBDBB

Color information

#6FBDBB (or 0x6FBDBB) is unknown color: approx Fountain Blue. HEX triplet: 6F, BD and BB. RGB value is (111,189,187). Sum of RGB (Red+Green+Blue) = 111+189+187=487 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.79% from 487); Green value is 189 (74.22% from 255 or 38.81% from 487); Blue value is 187 (73.44% from 255 or 38.40% from 487); Max value from RGB is 189 - color contains mainly: green. Hex color #6FBDBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBDBB is #904244. Grayscale: #A5A5A5. Windows color (decimal): -9454149 or 12303727. OLE color: 12303727.

HSL color Cylindrical-coordinate representation of color #6FBDBB: hue angle of 178.46º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6FBDBB is Cyan = 0.41, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB111189187-
CMYK0.4100.010.26
HSL178.46º37.14%58.82%-
HSV(B)178.46º41.27%74.12%-
XYZ33.7243.3653.61-
YUV165.45140.1689.16-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.79%
GREEN value IS 189 (74.22% from 255) = 38.81%
BLUE value IS 187 (73.44% from 255) = 38.40%
R=22.79%
G=38.81%
B=38.40%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1111891870.4100.010.26178.4637.1458.82
Hex6FBDBB29011Ab2253b
Octal1572752735101322624573
Binary11011111011110110111011101001011101010110010100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6FBDBB; }

 p { color: rgb(111,189,187); }

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

<style>
 a { background-color: #6FBDBB; }

 a { background-color: rgb(111,189,187); }

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

<style>
 span { border-color: #6FBDBB; }

 span { border-color: rgb(111,189,187); }

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