#6CBEBB

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

Shades of Fountain Blue #6CBEBB

Tints of Fountain Blue #6CBEBB

Color information

#6CBEBB (or 0x6CBEBB) is unknown color: approx Fountain Blue. HEX triplet: 6C, BE and BB. RGB value is (108,190,187). Sum of RGB (Red+Green+Blue) = 108+190+187=485 (64% of max value = 765). Red value is 108 (42.58% from 255 or 22.27% from 485); Green value is 190 (74.61% from 255 or 39.18% from 485); Blue value is 187 (73.44% from 255 or 38.56% from 485); Max value from RGB is 190 - color contains mainly: green. Hex color #6CBEBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CBEBB is #934144. Grayscale: #A5A5A5. Windows color (decimal): -9650501 or 12303980. OLE color: 12303980.

HSL color Cylindrical-coordinate representation of color #6CBEBB: hue angle of 177.8º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6CBEBB is Cyan = 0.43, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB108190187-
CMYK0.4300.020.25
HSL177.8º38.68%58.43%-
HSV(B)177.8º43.16%74.51%-
XYZ33.5743.653.66-
YUV165.14140.3387.24-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 22.27%
GREEN value IS 190 (74.61% from 255) = 39.18%
BLUE value IS 187 (73.44% from 255) = 38.56%
R=22.27%
G=39.18%
B=38.56%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1081901870.4300.020.25177.838.6858.43
Hex6CBEBB2B0219b2273a
Octal1542762735302312624772
Binary110110010111110101110111010110101100110110010100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CBEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,190,187); }

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

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

 a { background-color: rgb(108,190,187); }

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

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

 span { border-color: rgb(108,190,187); }

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