#68AFB8

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

Shades of Fountain Blue #68AFB8

Tints of Fountain Blue #68AFB8

Color information

#68AFB8 (or 0x68AFB8) is unknown color: approx Fountain Blue. HEX triplet: 68, AF and B8. RGB value is (104,175,184). Sum of RGB (Red+Green+Blue) = 104+175+184=463 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.46% from 463); Green value is 175 (68.75% from 255 or 37.80% from 463); Blue value is 184 (72.27% from 255 or 39.74% from 463); Max value from RGB is 184 - color contains mainly: blue. Hex color #68AFB8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68AFB8 is #975047. Grayscale: #9A9A9A. Windows color (decimal): -9916488 or 12103528. OLE color: 12103528.

HSL color Cylindrical-coordinate representation of color #68AFB8: hue angle of 186.75º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #68AFB8 is Cyan = 0.43, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB104175184-
CMYK0.430.0500.28
HSL186.75º36.04%56.47%-
HSV(B)186.75º43.48%72.16%-
XYZ29.6937.0650.94-
YUV154.8144.4891.77-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.46%
GREEN value IS 175 (68.75% from 255) = 37.80%
BLUE value IS 184 (72.27% from 255) = 39.74%
R=22.46%
G=37.80%
B=39.74%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1041751840.430.0500.28186.7536.0456.47
Hex68AFB82B501Cbb2438
Octal1502572705350342734470
Binary1101000101011111011100010101110101110010111011100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AFB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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