Html Css Color HEX #63ADAC Fountain Blue

📋 copy color: '#63ADAC'

red 99 ◦ green 173 ◦ blue 172

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

Shades of Fountain Blue #63ADAC

Tints of Fountain Blue #63ADAC

RGB

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

 GREEN value IS 173 (67.97% from 255) = 38.96%

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

R = 22.3%
G = 38.96%
B = 38.74%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#63ADAC (or 0x63ADAC) is known color: Fountain Blue. HEX triplet: 63, AD and AC. RGB value is (99,173,172). Sum of RGB (Red+Green+Blue) = 99+173+172=444 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.30% from 444); Green value is 173 (67.97% from 255 or 38.96% from 444); Blue value is 172 (67.58% from 255 or 38.74% from 444); Max value from RGB is 173 - color contains mainly: green. Hex color #63ADAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63ADAC is #9C5253. Grayscale: #969696. Windows color (decimal): -10244692 or 11316579. OLE color: 11316579.

HSL color Cylindrical-coordinate representation of color #63ADAC: hue angle of 179.19º 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 #63ADAC is Cyan = 0.43, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 99 173 172 -
CMYK 0.43 0 0.01 0.32
HSL 179.19º 0.31% 0.53% -
HSV(B) 179.19º 0.43% 0.68% -
XYZ 27.54 35.52 44.43 -
YUV 150.76 139.98 91.08 -
System Red Green Blue C M Y K H S L
Decimal 99 173 172 0.43 0 0.01 0.32 179.19 0.31 0.53
Hex 63 AD AC 2B 0 1 20 B3 1F 35
Octal 143 255 254 53 0 1 40 263 37 65
Binary 1100011 10101101 10101100 101011 0 1 100000 10110011 11111 110101

Color Harmonies of #63ADAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63ADAC

Black with #63ADAC

Text Example


Text Example

White with #63ADAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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