Html Css Color HEX #63A8AA Fountain Blue

📋 copy color: '#63A8AA'

red 99 ◦ green 168 ◦ blue 170

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

Shades of Fountain Blue #63A8AA

Tints of Fountain Blue #63A8AA

RGB

 RED value IS 99 (39.06% from 255) = 22.65%

 GREEN value IS 168 (66.02% from 255) = 38.44%

 BLUE value IS 170 (66.8% from 255) = 38.9%

R = 22.65%
G = 38.44%
B = 38.9%

CMYK

 C value IS 0.42

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#63A8AA (or 0x63A8AA) is known color: Fountain Blue. HEX triplet: 63, A8 and AA. RGB value is (99,168,170). Sum of RGB (Red+Green+Blue) = 99+168+170=437 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.65% from 437); Green value is 168 (66.02% from 255 or 38.44% from 437); Blue value is 170 (66.80% from 255 or 38.90% from 437); Max value from RGB is 170 - color contains mainly: blue. Hex color #63A8AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63A8AA is #9C5755. Grayscale: #939393. Windows color (decimal): -10245974 or 11184227. OLE color: 11184227.

HSL color Cylindrical-coordinate representation of color #63A8AA: hue angle of 181.69º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #63A8AA is Cyan = 0.42, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 99 168 170 -
CMYK 0.42 0.01 0 0.33
HSL 181.69º 0.29% 0.53% -
HSV(B) 181.69º 0.42% 0.67% -
XYZ 26.4 33.56 43.12 -
YUV 147.6 140.64 93.34 -
System Red Green Blue C M Y K H S L
Decimal 99 168 170 0.42 0.01 0 0.33 181.69 0.29 0.53
Hex 63 A8 AA 2A 1 0 21 B6 1D 35
Octal 143 250 252 52 1 0 41 266 35 65
Binary 1100011 10101000 10101010 101010 1 0 100001 10110110 11101 110101

Color Harmonies of #63A8AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63A8AA

Black with #63A8AA

Text Example


Text Example

White with #63A8AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63A8AA; }

 p { color: rgb(99,168,170); }

 H1.HeaderClassName
 {
   color: #63A8AA;
 }
 .AnyTagClassName
 {
   color: #63A8AA;
 }
</style>

background-color css

<style>
 a { background-color: #63A8AA; }

 a { background-color: rgb(99,168,170); }

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

border-color css

<style>
 span { border-color: #63A8AA; }

 span { border-color: rgb(99,168,170); }

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