Html Css Color HEX #68AEBB Fountain Blue

📋 copy color: '#68AEBB'

red 104 ◦ green 174 ◦ blue 187

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

Shades of Fountain Blue #68AEBB

Tints of Fountain Blue #68AEBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.22%

R = 22.37%
G = 37.42%
B = 40.22%

CMYK

 C value IS 0.44

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#68AEBB (or 0x68AEBB) is known color: Fountain Blue. HEX triplet: 68, AE and BB. RGB value is (104,174,187). Sum of RGB (Red+Green+Blue) = 104+174+187=465 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.37% from 465); Green value is 174 (68.36% from 255 or 37.42% from 465); Blue value is 187 (73.44% from 255 or 40.22% from 465); Max value from RGB is 187 - color contains mainly: blue. Hex color #68AEBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68AEBB is #975144. Grayscale: #9A9A9A. Windows color (decimal): -9916741 or 12299880. OLE color: 12299880.

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

Color convert

RGB 104 174 187 -
CMYK 0.44 0.07 0 0.27
HSL 189.4º 0.38% 0.57% -
HSV(B) 189.4º 0.44% 0.73% -
XYZ 29.81 36.8 52.55 -
YUV 154.55 146.31 91.94 -
System Red Green Blue C M Y K H S L
Decimal 104 174 187 0.44 0.07 0 0.27 189.4 0.38 0.57
Hex 68 AE BB 2C 7 0 1B BD 26 39
Octal 150 256 273 54 7 0 33 275 46 71
Binary 1101000 10101110 10111011 101100 111 0 11011 10111101 100110 111001

Color Harmonies of #68AEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AEBB

Black with #68AEBB

Text Example


Text Example

White with #68AEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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