Html Css Color HEX #63AAAB Fountain Blue

📋 copy color: '#63AAAB'

red 99 ◦ green 170 ◦ blue 171

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

Shades of Fountain Blue #63AAAB

Tints of Fountain Blue #63AAAB

RGB

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

 GREEN value IS 170 (66.8% from 255) = 38.64%

 BLUE value IS 171 (67.19% from 255) = 38.86%

R = 22.5%
G = 38.64%
B = 38.86%

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

#63AAAB (or 0x63AAAB) is known color: Fountain Blue. HEX triplet: 63, AA and AB. RGB value is (99,170,171). Sum of RGB (Red+Green+Blue) = 99+170+171=440 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.5% from 440); Green value is 170 (66.80% from 255 or 38.64% from 440); Blue value is 171 (67.19% from 255 or 38.86% from 440); Max value from RGB is 171 - color contains mainly: blue. Hex color #63AAAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63AAAB is #9C5554. Grayscale: #949494. Windows color (decimal): -10245461 or 11250275. OLE color: 11250275.

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

Color convert

RGB 99 170 171 -
CMYK 0.42 0.01 0 0.33
HSL 180.83º 0.3% 0.53% -
HSV(B) 180.83º 0.42% 0.67% -
XYZ 26.87 34.34 43.74 -
YUV 148.89 140.48 92.42 -
System Red Green Blue C M Y K H S L
Decimal 99 170 171 0.42 0.01 0 0.33 180.83 0.3 0.53
Hex 63 AA AB 2A 1 0 21 B5 1E 35
Octal 143 252 253 52 1 0 41 265 36 65
Binary 1100011 10101010 10101011 101010 1 0 100001 10110101 11110 110101

Color Harmonies of #63AAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63AAAB

Black with #63AAAB

Text Example


Text Example

White with #63AAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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