Html Css Color HEX #63A9AB Fountain Blue

📋 copy color: '#63A9AB'

red 99 ◦ green 169 ◦ blue 171

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

Shades of Fountain Blue #63A9AB

Tints of Fountain Blue #63A9AB

RGB

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

 GREEN value IS 169 (66.41% from 255) = 38.5%

 BLUE value IS 171 (67.19% from 255) = 38.95%

R = 22.55%
G = 38.5%
B = 38.95%

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

#63A9AB (or 0x63A9AB) is known color: Fountain Blue. HEX triplet: 63, A9 and AB. RGB value is (99,169,171). Sum of RGB (Red+Green+Blue) = 99+169+171=439 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.55% from 439); Green value is 169 (66.41% from 255 or 38.50% from 439); Blue value is 171 (67.19% from 255 or 38.95% from 439); Max value from RGB is 171 - color contains mainly: blue. Hex color #63A9AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63A9AB is #9C5654. Grayscale: #949494. Windows color (decimal): -10245717 or 11250019. OLE color: 11250019.

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

Color convert

RGB 99 169 171 -
CMYK 0.42 0.01 0 0.33
HSL 181.67º 0.3% 0.53% -
HSV(B) 181.67º 0.42% 0.67% -
XYZ 26.68 33.97 43.68 -
YUV 148.3 140.81 92.84 -
System Red Green Blue C M Y K H S L
Decimal 99 169 171 0.42 0.01 0 0.33 181.67 0.3 0.53
Hex 63 A9 AB 2A 1 0 21 B6 1E 35
Octal 143 251 253 52 1 0 41 266 36 65
Binary 1100011 10101001 10101011 101010 1 0 100001 10110110 11110 110101

Color Harmonies of #63A9AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63A9AB

Black with #63A9AB

Text Example


Text Example

White with #63A9AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,169,171); }

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

background-color css

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

 a { background-color: rgb(99,169,171); }

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

border-color css

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

 span { border-color: rgb(99,169,171); }

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