#68ABBB

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

Shades of Fountain Blue #68ABBB

Tints of Fountain Blue #68ABBB

Color information

#68ABBB (or 0x68ABBB) is unknown color: approx Fountain Blue. HEX triplet: 68, AB and BB. RGB value is (104,171,187). Sum of RGB (Red+Green+Blue) = 104+171+187=462 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.51% from 462); Green value is 171 (67.19% from 255 or 37.01% from 462); Blue value is 187 (73.44% from 255 or 40.48% from 462); Max value from RGB is 187 - color contains mainly: blue. Hex color #68ABBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68ABBB is #975444. Grayscale: #989898. Windows color (decimal): -9917509 or 12299112. OLE color: 12299112.

HSL color Cylindrical-coordinate representation of color #68ABBB: hue angle of 191.57º degrees, saturation: 0.38, 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 #68ABBB is Cyan = 0.44, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB104171187-
CMYK0.440.0900.27
HSL191.57º37.9%57.06%-
HSV(B)191.57º44.39%73.33%-
XYZ29.2435.6652.35-
YUV152.79147.393.2-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.51%
GREEN value IS 171 (67.19% from 255) = 37.01%
BLUE value IS 187 (73.44% from 255) = 40.48%
R=22.51%
G=37.01%
B=40.48%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1041711870.440.0900.27191.5737.957.06
Hex68ABBB2C901Bc02639
Octal15025327354110333004671
Binary11010001010101110111011101100100101101111000000100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68ABBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,171,187); }

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

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

 a { background-color: rgb(104,171,187); }

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

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

 span { border-color: rgb(104,171,187); }

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