Html Css Color HEX #63A8AC Fountain Blue

📋 copy color: '#63A8AC'

red 99 ◦ green 168 ◦ blue 172

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

Shades of Fountain Blue #63A8AC

Tints of Fountain Blue #63A8AC

RGB

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

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

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

R = 22.55%
G = 38.27%
B = 39.18%

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

#63A8AC (or 0x63A8AC) is known color: Fountain Blue. HEX triplet: 63, A8 and AC. RGB value is (99,168,172). Sum of RGB (Red+Green+Blue) = 99+168+172=439 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.55% from 439); Green value is 168 (66.02% from 255 or 38.27% from 439); Blue value is 172 (67.58% from 255 or 39.18% from 439); Max value from RGB is 172 - color contains mainly: blue. Hex color #63A8AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63A8AC is #9C5753. Grayscale: #939393. Windows color (decimal): -10245972 or 11315299. OLE color: 11315299.

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

Color convert

RGB 99 168 172 -
CMYK 0.42 0.02 0 0.33
HSL 183.29º 0.31% 0.53% -
HSV(B) 183.29º 0.42% 0.67% -
XYZ 26.59 33.64 44.12 -
YUV 147.83 141.64 93.17 -
System Red Green Blue C M Y K H S L
Decimal 99 168 172 0.42 0.02 0 0.33 183.29 0.31 0.53
Hex 63 A8 AC 2A 2 0 21 B7 1F 35
Octal 143 250 254 52 2 0 41 267 37 65
Binary 1100011 10101000 10101100 101010 10 0 100001 10110111 11111 110101

Color Harmonies of #63A8AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63A8AC

Black with #63A8AC

Text Example


Text Example

White with #63A8AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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