Html Css Color HEX #68AABA Fountain Blue

📋 copy color: '#68AABA'

red 104 ◦ green 170 ◦ blue 186

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

Shades of Fountain Blue #68AABA

Tints of Fountain Blue #68AABA

RGB

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

 GREEN value IS 170 (66.8% from 255) = 36.96%

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

R = 22.61%
G = 36.96%
B = 40.43%

CMYK

 C value IS 0.44

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#68AABA (or 0x68AABA) is known color: Fountain Blue. HEX triplet: 68, AA and BA. RGB value is (104,170,186). Sum of RGB (Red+Green+Blue) = 104+170+186=460 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.61% from 460); Green value is 170 (66.80% from 255 or 36.96% from 460); Blue value is 186 (73.05% from 255 or 40.43% from 460); Max value from RGB is 186 - color contains mainly: blue. Hex color #68AABA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68AABA is #975545. Grayscale: #979797. Windows color (decimal): -9917766 or 12233320. OLE color: 12233320.

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

Color convert

RGB 104 170 186 -
CMYK 0.44 0.09 0 0.27
HSL 191.71º 0.37% 0.57% -
HSV(B) 191.71º 0.44% 0.73% -
XYZ 28.95 35.24 51.73 -
YUV 152.09 147.13 93.7 -
System Red Green Blue C M Y K H S L
Decimal 104 170 186 0.44 0.09 0 0.27 191.71 0.37 0.57
Hex 68 AA BA 2C 9 0 1B C0 25 39
Octal 150 252 272 54 11 0 33 300 45 71
Binary 1101000 10101010 10111010 101100 1001 0 11011 11000000 100101 111001

Color Harmonies of #68AABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AABA

Black with #68AABA

Text Example


Text Example

White with #68AABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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