Html Css Color HEX #68B1BA Fountain Blue

📋 copy color: '#68B1BA'

red 104 ◦ green 177 ◦ blue 186

#68B1BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fountain Blue #68B1BA

Tints of Fountain Blue #68B1BA

RGB

 RED value IS 104 (41.02% from 255) = 22.27%

 GREEN value IS 177 (69.53% from 255) = 37.9%

 BLUE value IS 186 (73.05% from 255) = 39.83%

R = 22.27%
G = 37.9%
B = 39.83%

CMYK

 C value IS 0.44

 M value IS 0.05

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#68B1BA (or 0x68B1BA) is known color: Fountain Blue. HEX triplet: 68, B1 and BA. RGB value is (104,177,186). Sum of RGB (Red+Green+Blue) = 104+177+186=467 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.27% from 467); Green value is 177 (69.53% from 255 or 37.90% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 186 - color contains mainly: blue. Hex color #68B1BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68B1BA is #974E45. Grayscale: #9C9C9C. Windows color (decimal): -9915974 or 12235112. OLE color: 12235112.

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

Color convert

RGB 104 177 186 -
CMYK 0.44 0.05 0 0.27
HSL 186.59º 0.37% 0.57% -
HSV(B) 186.59º 0.44% 0.73% -
XYZ 30.29 37.93 52.18 -
YUV 156.2 144.82 90.77 -
System Red Green Blue C M Y K H S L
Decimal 104 177 186 0.44 0.05 0 0.27 186.59 0.37 0.57
Hex 68 B1 BA 2C 5 0 1B BB 25 39
Octal 150 261 272 54 5 0 33 273 45 71
Binary 1101000 10110001 10111010 101100 101 0 11011 10111011 100101 111001

Color Harmonies of #68B1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68B1BA

Black with #68B1BA

Text Example


Text Example

White with #68B1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #68B1BA;
 }
 .AnyTagClassName
 {
   color: #68B1BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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