#68BBBF

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

Shades of Fountain Blue #68BBBF

Tints of Fountain Blue #68BBBF

Color information

#68BBBF (or 0x68BBBF) is unknown color: approx Fountain Blue. HEX triplet: 68, BB and BF. RGB value is (104,187,191). Sum of RGB (Red+Green+Blue) = 104+187+191=482 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.58% from 482); Green value is 187 (73.44% from 255 or 38.80% from 482); Blue value is 191 (75% from 255 or 39.63% from 482); Max value from RGB is 191 - color contains mainly: blue. Hex color #68BBBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BBBF is #974440. Grayscale: #A2A2A2. Windows color (decimal): -9913409 or 12565352. OLE color: 12565352.

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

Color convert

RGB104187191-
CMYK0.460.0200.25
HSL182.76º40.47%57.84%-
HSV(B)182.76º45.55%74.9%-
XYZ32.8842.2555.71-
YUV162.6414486.17-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.58%
GREEN value IS 187 (73.44% from 255) = 38.80%
BLUE value IS 191 (75% from 255) = 39.63%
R=21.58%
G=38.80%
B=39.63%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1041871910.460.0200.25182.7640.4757.84
Hex68BBBF2E2019b7283a
Octal1502732775620312675072
Binary110100010111011101111111011101001100110110111101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68BBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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