#68AFBA

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

Shades of Fountain Blue #68AFBA

Tints of Fountain Blue #68AFBA

Color information

#68AFBA (or 0x68AFBA) is unknown color: approx Fountain Blue. HEX triplet: 68, AF and BA. RGB value is (104,175,186). Sum of RGB (Red+Green+Blue) = 104+175+186=465 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.37% from 465); Green value is 175 (68.75% from 255 or 37.63% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 186 - color contains mainly: blue. Hex color #68AFBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68AFBA is #975045. Grayscale: #9A9A9A. Windows color (decimal): -9916486 or 12234600. OLE color: 12234600.

HSL color Cylindrical-coordinate representation of color #68AFBA: hue angle of 188.05º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #68AFBA is Cyan = 0.44, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB104175186-
CMYK0.440.0600.27
HSL188.05º37.27%56.86%-
HSV(B)188.05º44.09%72.94%-
XYZ29.937.1552.05-
YUV155.02145.4891.61-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.37%
GREEN value IS 175 (68.75% from 255) = 37.63%
BLUE value IS 186 (73.05% from 255) = 40%
R=22.37%
G=37.63%
B=40%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1041751860.440.0600.27188.0537.2756.86
Hex68AFBA2C601Bbc2539
Octal1502572725460332744571
Binary1101000101011111011101010110011001101110111100100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68AFBA; }

 p { color: rgb(104,175,186); }

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

<style>
 a { background-color: #68AFBA; }

 a { background-color: rgb(104,175,186); }

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

<style>
 span { border-color: #68AFBA; }

 span { border-color: rgb(104,175,186); }

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