Html Css Color HEX #63ABAC Fountain Blue

📋 copy color: '#63ABAC'

red 99 ◦ green 171 ◦ blue 172

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

Shades of Fountain Blue #63ABAC

Tints of Fountain Blue #63ABAC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.69%

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

R = 22.4%
G = 38.69%
B = 38.91%

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

#63ABAC (or 0x63ABAC) is known color: Fountain Blue. HEX triplet: 63, AB and AC. RGB value is (99,171,172). Sum of RGB (Red+Green+Blue) = 99+171+172=442 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.40% from 442); Green value is 171 (67.19% from 255 or 38.69% from 442); Blue value is 172 (67.58% from 255 or 38.91% from 442); Max value from RGB is 172 - color contains mainly: blue. Hex color #63ABAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63ABAC is #9C5453. Grayscale: #959595. Windows color (decimal): -10245204 or 11316067. OLE color: 11316067.

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

Color convert

RGB 99 171 172 -
CMYK 0.42 0.01 0 0.33
HSL 180.82º 0.31% 0.53% -
HSV(B) 180.82º 0.42% 0.67% -
XYZ 27.15 34.76 44.31 -
YUV 149.59 140.65 91.92 -
System Red Green Blue C M Y K H S L
Decimal 99 171 172 0.42 0.01 0 0.33 180.82 0.31 0.53
Hex 63 AB AC 2A 1 0 21 B5 1F 35
Octal 143 253 254 52 1 0 41 265 37 65
Binary 1100011 10101011 10101100 101010 1 0 100001 10110101 11111 110101

Color Harmonies of #63ABAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63ABAC

Black with #63ABAC

Text Example


Text Example

White with #63ABAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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