Html Css Color HEX #68AEBC Fountain Blue

📋 copy color: '#68AEBC'

red 104 ◦ green 174 ◦ blue 188

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

Shades of Fountain Blue #68AEBC

Tints of Fountain Blue #68AEBC

RGB

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

 GREEN value IS 174 (68.36% from 255) = 37.34%

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

R = 22.32%
G = 37.34%
B = 40.34%

CMYK

 C value IS 0.45

 M value IS 0.07

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#68AEBC (or 0x68AEBC) is known color: Fountain Blue. HEX triplet: 68, AE and BC. RGB value is (104,174,188). Sum of RGB (Red+Green+Blue) = 104+174+188=466 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.32% from 466); Green value is 174 (68.36% from 255 or 37.34% from 466); Blue value is 188 (73.83% from 255 or 40.34% from 466); Max value from RGB is 188 - color contains mainly: blue. Hex color #68AEBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68AEBC is #975143. Grayscale: #9A9A9A. Windows color (decimal): -9916740 or 12365416. OLE color: 12365416.

HSL color Cylindrical-coordinate representation of color #68AEBC: hue angle of 190º 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 #68AEBC is Cyan = 0.45, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 104 174 188 -
CMYK 0.45 0.07 0 0.26
HSL 190º 0.39% 0.57% -
HSV(B) 190º 0.45% 0.74% -
XYZ 29.92 36.85 53.11 -
YUV 154.67 146.81 91.86 -
System Red Green Blue C M Y K H S L
Decimal 104 174 188 0.45 0.07 0 0.26 190 0.39 0.57
Hex 68 AE BC 2D 7 0 1A BE 27 39
Octal 150 256 274 55 7 0 32 276 47 71
Binary 1101000 10101110 10111100 101101 111 0 11010 10111110 100111 111001

Color Harmonies of #68AEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AEBC

Black with #68AEBC

Text Example


Text Example

White with #68AEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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