Html Css Color HEX #63A7AA Fountain Blue

📋 copy color: '#63A7AA'

red 99 ◦ green 167 ◦ blue 170

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

Shades of Fountain Blue #63A7AA

Tints of Fountain Blue #63A7AA

RGB

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

 GREEN value IS 167 (65.63% from 255) = 38.3%

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

R = 22.71%
G = 38.3%
B = 38.99%

CMYK

 C value IS 0.42

 M value IS 0.02

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#63A7AA (or 0x63A7AA) is known color: Fountain Blue. HEX triplet: 63, A7 and AA. RGB value is (99,167,170). Sum of RGB (Red+Green+Blue) = 99+167+170=436 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.71% from 436); Green value is 167 (65.62% from 255 or 38.30% from 436); Blue value is 170 (66.80% from 255 or 38.99% from 436); Max value from RGB is 170 - color contains mainly: blue. Hex color #63A7AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63A7AA is #9C5855. Grayscale: #929292. Windows color (decimal): -10246230 or 11183971. OLE color: 11183971.

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

Color convert

RGB 99 167 170 -
CMYK 0.42 0.02 0 0.33
HSL 182.54º 0.29% 0.53% -
HSV(B) 182.54º 0.42% 0.67% -
XYZ 26.22 33.19 43.06 -
YUV 147.01 140.97 93.76 -
System Red Green Blue C M Y K H S L
Decimal 99 167 170 0.42 0.02 0 0.33 182.54 0.29 0.53
Hex 63 A7 AA 2A 2 0 21 B7 1D 35
Octal 143 247 252 52 2 0 41 267 35 65
Binary 1100011 10100111 10101010 101010 10 0 100001 10110111 11101 110101

Color Harmonies of #63A7AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63A7AA

Black with #63A7AA

Text Example


Text Example

White with #63A7AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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