Html Css Color HEX #68AAAE Fountain Blue

📋 copy color: '#68AAAE'

red 104 ◦ green 170 ◦ blue 174

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

Shades of Fountain Blue #68AAAE

Tints of Fountain Blue #68AAAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 38.84%

R = 23.21%
G = 37.95%
B = 38.84%

CMYK

 C value IS 0.40

 M value IS 0.02

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#68AAAE (or 0x68AAAE) is known color: Fountain Blue. HEX triplet: 68, AA and AE. RGB value is (104,170,174). Sum of RGB (Red+Green+Blue) = 104+170+174=448 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.21% from 448); Green value is 170 (66.80% from 255 or 37.95% from 448); Blue value is 174 (68.36% from 255 or 38.84% from 448); Max value from RGB is 174 - color contains mainly: blue. Hex color #68AAAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68AAAE is #975551. Grayscale: #969696. Windows color (decimal): -9917778 or 11446888. OLE color: 11446888.

HSL color Cylindrical-coordinate representation of color #68AAAE: hue angle of 183.43º 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 #68AAAE is Cyan = 0.40, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 104 170 174 -
CMYK 0.40 0.02 0 0.32
HSL 183.43º 0.3% 0.55% -
HSV(B) 183.43º 0.4% 0.68% -
XYZ 27.72 34.75 45.29 -
YUV 150.72 141.13 94.67 -
System Red Green Blue C M Y K H S L
Decimal 104 170 174 0.40 0.02 0 0.32 183.43 0.3 0.55
Hex 68 AA AE 28 2 0 20 B7 1E 37
Octal 150 252 256 50 2 0 40 267 36 67
Binary 1101000 10101010 10101110 101000 10 0 100000 10110111 11110 110111

Color Harmonies of #68AAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AAAE

Black with #68AAAE

Text Example


Text Example

White with #68AAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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