Html Css Color HEX #63A8AD Fountain Blue

📋 copy color: '#63A8AD'

red 99 ◦ green 168 ◦ blue 173

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

Shades of Fountain Blue #63A8AD

Tints of Fountain Blue #63A8AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 39.32%

R = 22.5%
G = 38.18%
B = 39.32%

CMYK

 C value IS 0.43

 M value IS 0.03

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#63A8AD (or 0x63A8AD) is known color: Fountain Blue. HEX triplet: 63, A8 and AD. RGB value is (99,168,173). Sum of RGB (Red+Green+Blue) = 99+168+173=440 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.5% from 440); Green value is 168 (66.02% from 255 or 38.18% from 440); Blue value is 173 (67.97% from 255 or 39.32% from 440); Max value from RGB is 173 - color contains mainly: blue. Hex color #63A8AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63A8AD is #9C5752. Grayscale: #939393. Windows color (decimal): -10245971 or 11380835. OLE color: 11380835.

HSL color Cylindrical-coordinate representation of color #63A8AD: hue angle of 184.05º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #63A8AD is Cyan = 0.43, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 99 168 173 -
CMYK 0.43 0.03 0 0.32
HSL 184.05º 0.31% 0.53% -
HSV(B) 184.05º 0.43% 0.68% -
XYZ 26.69 33.68 44.63 -
YUV 147.94 142.14 93.09 -
System Red Green Blue C M Y K H S L
Decimal 99 168 173 0.43 0.03 0 0.32 184.05 0.31 0.53
Hex 63 A8 AD 2B 3 0 20 B8 1F 35
Octal 143 250 255 53 3 0 40 270 37 65
Binary 1100011 10101000 10101101 101011 11 0 100000 10111000 11111 110101

Color Harmonies of #63A8AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63A8AD

Black with #63A8AD

Text Example


Text Example

White with #63A8AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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