Html Css Color HEX #68ACBA Fountain Blue

📋 copy color: '#68ACBA'

red 104 ◦ green 172 ◦ blue 186

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

Shades of Fountain Blue #68ACBA

Tints of Fountain Blue #68ACBA

RGB

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

 GREEN value IS 172 (67.58% from 255) = 37.23%

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

R = 22.51%
G = 37.23%
B = 40.26%

CMYK

 C value IS 0.44

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#68ACBA (or 0x68ACBA) is known color: Fountain Blue. HEX triplet: 68, AC and BA. RGB value is (104,172,186). Sum of RGB (Red+Green+Blue) = 104+172+186=462 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.51% from 462); Green value is 172 (67.58% from 255 or 37.23% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 186 - color contains mainly: blue. Hex color #68ACBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68ACBA is #975345. Grayscale: #999999. Windows color (decimal): -9917254 or 12233832. OLE color: 12233832.

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

Color convert

RGB 104 172 186 -
CMYK 0.44 0.08 0 0.27
HSL 190.24º 0.37% 0.57% -
HSV(B) 190.24º 0.44% 0.73% -
XYZ 29.32 35.99 51.86 -
YUV 153.26 146.47 92.86 -
System Red Green Blue C M Y K H S L
Decimal 104 172 186 0.44 0.08 0 0.27 190.24 0.37 0.57
Hex 68 AC BA 2C 8 0 1B BE 25 39
Octal 150 254 272 54 10 0 33 276 45 71
Binary 1101000 10101100 10111010 101100 1000 0 11011 10111110 100101 111001

Color Harmonies of #68ACBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68ACBA

Black with #68ACBA

Text Example


Text Example

White with #68ACBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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