Html Css Color HEX #68AABC Fountain Blue

📋 copy color: '#68AABC'

red 104 ◦ green 170 ◦ blue 188

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

Shades of Fountain Blue #68AABC

Tints of Fountain Blue #68AABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.69%

R = 22.51%
G = 36.8%
B = 40.69%

CMYK

 C value IS 0.45

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#68AABC (or 0x68AABC) is known color: Fountain Blue. HEX triplet: 68, AA and BC. RGB value is (104,170,188). Sum of RGB (Red+Green+Blue) = 104+170+188=462 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.51% from 462); Green value is 170 (66.80% from 255 or 36.80% from 462); Blue value is 188 (73.83% from 255 or 40.69% from 462); Max value from RGB is 188 - color contains mainly: blue. Hex color #68AABC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68AABC is #975543. Grayscale: #989898. Windows color (decimal): -9917764 or 12364392. OLE color: 12364392.

HSL color Cylindrical-coordinate representation of color #68AABC: hue angle of 192.86º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #68AABC is Cyan = 0.45, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 104 170 188 -
CMYK 0.45 0.10 0 0.26
HSL 192.86º 0.39% 0.57% -
HSV(B) 192.86º 0.45% 0.74% -
XYZ 29.16 35.32 52.86 -
YUV 152.32 148.13 93.54 -
System Red Green Blue C M Y K H S L
Decimal 104 170 188 0.45 0.10 0 0.26 192.86 0.39 0.57
Hex 68 AA BC 2D A 0 1A C1 27 39
Octal 150 252 274 55 12 0 32 301 47 71
Binary 1101000 10101010 10111100 101101 1010 0 11010 11000001 100111 111001

Color Harmonies of #68AABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AABC

Black with #68AABC

Text Example


Text Example

White with #68AABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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