Html Css Color HEX #68AEAD Fountain Blue

📋 copy color: '#68AEAD'

red 104 ◦ green 174 ◦ blue 173

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

Shades of Fountain Blue #68AEAD

Tints of Fountain Blue #68AEAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 38.36%

R = 23.06%
G = 38.58%
B = 38.36%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#68AEAD (or 0x68AEAD) is known color: Fountain Blue. HEX triplet: 68, AE and AD. RGB value is (104,174,173). Sum of RGB (Red+Green+Blue) = 104+174+173=451 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.06% from 451); Green value is 174 (68.36% from 255 or 38.58% from 451); Blue value is 173 (67.97% from 255 or 38.36% from 451); Max value from RGB is 174 - color contains mainly: green. Hex color #68AEAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68AEAD is #975152. Grayscale: #989898. Windows color (decimal): -9916755 or 11382376. OLE color: 11382376.

HSL color Cylindrical-coordinate representation of color #68AEAD: hue angle of 179.14º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #68AEAD is Cyan = 0.40, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 104 174 173 -
CMYK 0.40 0 0.01 0.32
HSL 179.14º 0.3% 0.55% -
HSV(B) 179.14º 0.4% 0.68% -
XYZ 28.39 36.23 45.03 -
YUV 152.96 139.31 93.08 -
System Red Green Blue C M Y K H S L
Decimal 104 174 173 0.40 0 0.01 0.32 179.14 0.3 0.55
Hex 68 AE AD 28 0 1 20 B3 1E 37
Octal 150 256 255 50 0 1 40 263 36 67
Binary 1101000 10101110 10101101 101000 0 1 100000 10110011 11110 110111

Color Harmonies of #68AEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AEAD

Black with #68AEAD

Text Example


Text Example

White with #68AEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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