Html Css Color HEX #63A5AA Fountain Blue

📋 copy color: '#63A5AA'

red 99 ◦ green 165 ◦ blue 170

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

Shades of Fountain Blue #63A5AA

Tints of Fountain Blue #63A5AA

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.02%

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

R = 22.81%
G = 38.02%
B = 39.17%

CMYK

 C value IS 0.42

 M value IS 0.03

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#63A5AA (or 0x63A5AA) is known color: Fountain Blue. HEX triplet: 63, A5 and AA. RGB value is (99,165,170). Sum of RGB (Red+Green+Blue) = 99+165+170=434 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.81% from 434); Green value is 165 (64.84% from 255 or 38.02% from 434); Blue value is 170 (66.80% from 255 or 39.17% from 434); Max value from RGB is 170 - color contains mainly: blue. Hex color #63A5AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63A5AA is #9C5A55. Grayscale: #919191. Windows color (decimal): -10246742 or 11183459. OLE color: 11183459.

HSL color Cylindrical-coordinate representation of color #63A5AA: hue angle of 184.23º 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 #63A5AA is Cyan = 0.42, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 99 165 170 -
CMYK 0.42 0.03 0 0.33
HSL 184.23º 0.29% 0.53% -
HSV(B) 184.23º 0.42% 0.67% -
XYZ 25.86 32.47 42.93 -
YUV 145.84 141.63 94.59 -
System Red Green Blue C M Y K H S L
Decimal 99 165 170 0.42 0.03 0 0.33 184.23 0.29 0.53
Hex 63 A5 AA 2A 3 0 21 B8 1D 35
Octal 143 245 252 52 3 0 41 270 35 65
Binary 1100011 10100101 10101010 101010 11 0 100001 10111000 11101 110101

Color Harmonies of #63A5AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63A5AA

Black with #63A5AA

Text Example


Text Example

White with #63A5AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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