Html Css Color HEX #68AEBA Fountain Blue

📋 copy color: '#68AEBA'

red 104 ◦ green 174 ◦ blue 186

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

Shades of Fountain Blue #68AEBA

Tints of Fountain Blue #68AEBA

RGB

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

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

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

R = 22.41%
G = 37.5%
B = 40.09%

CMYK

 C value IS 0.44

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#68AEBA (or 0x68AEBA) is known color: Fountain Blue. HEX triplet: 68, AE and BA. RGB value is (104,174,186). Sum of RGB (Red+Green+Blue) = 104+174+186=464 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.41% from 464); Green value is 174 (68.36% from 255 or 37.5% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 186 - color contains mainly: blue. Hex color #68AEBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68AEBA is #975145. Grayscale: #9A9A9A. Windows color (decimal): -9916742 or 12234344. OLE color: 12234344.

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

Color convert

RGB 104 174 186 -
CMYK 0.44 0.06 0 0.27
HSL 188.78º 0.37% 0.57% -
HSV(B) 188.78º 0.44% 0.73% -
XYZ 29.71 36.76 51.98 -
YUV 154.44 145.81 92.02 -
System Red Green Blue C M Y K H S L
Decimal 104 174 186 0.44 0.06 0 0.27 188.78 0.37 0.57
Hex 68 AE BA 2C 6 0 1B BD 25 39
Octal 150 256 272 54 6 0 33 275 45 71
Binary 1101000 10101110 10111010 101100 110 0 11011 10111101 100101 111001

Color Harmonies of #68AEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AEBA

Black with #68AEBA

Text Example


Text Example

White with #68AEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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