Html Css Color HEX #63A3AC Fountain Blue

📋 copy color: '#63A3AC'

red 99 ◦ green 163 ◦ blue 172

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

Shades of Fountain Blue #63A3AC

Tints of Fountain Blue #63A3AC

RGB

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

 GREEN value IS 163 (64.06% from 255) = 37.56%

 BLUE value IS 172 (67.58% from 255) = 39.63%

R = 22.81%
G = 37.56%
B = 39.63%

CMYK

 C value IS 0.42

 M value IS 0.05

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#63A3AC (or 0x63A3AC) is known color: Fountain Blue. HEX triplet: 63, A3 and AC. RGB value is (99,163,172). Sum of RGB (Red+Green+Blue) = 99+163+172=434 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.81% from 434); Green value is 163 (64.06% from 255 or 37.56% from 434); Blue value is 172 (67.58% from 255 or 39.63% from 434); Max value from RGB is 172 - color contains mainly: blue. Hex color #63A3AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63A3AC is #9C5C53. Grayscale: #909090. Windows color (decimal): -10247252 or 11314019. OLE color: 11314019.

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

Color convert

RGB 99 163 172 -
CMYK 0.42 0.05 0 0.33
HSL 187.4º 0.31% 0.53% -
HSV(B) 187.4º 0.42% 0.67% -
XYZ 25.69 31.83 43.82 -
YUV 144.89 143.3 95.27 -
System Red Green Blue C M Y K H S L
Decimal 99 163 172 0.42 0.05 0 0.33 187.4 0.31 0.53
Hex 63 A3 AC 2A 5 0 21 BB 1F 35
Octal 143 243 254 52 5 0 41 273 37 65
Binary 1100011 10100011 10101100 101010 101 0 100001 10111011 11111 110101

Color Harmonies of #63A3AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63A3AC

Black with #63A3AC

Text Example


Text Example

White with #63A3AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,163,172); }

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

background-color css

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

 a { background-color: rgb(99,163,172); }

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

border-color css

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

 span { border-color: rgb(99,163,172); }

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