#68AFBE

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

Shades of Fountain Blue #68AFBE

Tints of Fountain Blue #68AFBE

Color information

#68AFBE (or 0x68AFBE) is unknown color: approx Fountain Blue. HEX triplet: 68, AF and BE. RGB value is (104,175,190). Sum of RGB (Red+Green+Blue) = 104+175+190=469 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.17% from 469); Green value is 175 (68.75% from 255 or 37.31% from 469); Blue value is 190 (74.61% from 255 or 40.51% from 469); Max value from RGB is 190 - color contains mainly: blue. Hex color #68AFBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68AFBE is #975041. Grayscale: #9B9B9B. Windows color (decimal): -9916482 or 12496744. OLE color: 12496744.

HSL color Cylindrical-coordinate representation of color #68AFBE: hue angle of 190.47º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #68AFBE is Cyan = 0.45, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB104175190-
CMYK0.450.0800.25
HSL190.47º39.81%57.65%-
HSV(B)190.47º45.26%74.51%-
XYZ30.3337.3254.32-
YUV155.48147.4891.28-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.17%
GREEN value IS 175 (68.75% from 255) = 37.31%
BLUE value IS 190 (74.61% from 255) = 40.51%
R=22.17%
G=37.31%
B=40.51%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1041751900.450.0800.25190.4739.8157.65
Hex68AFBE2D8019be283a
Octal15025727655100312765072
Binary11010001010111110111110101101100001100110111110101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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