Html Css Color HEX #63AAAE Fountain Blue

📋 copy color: '#63AAAE'

red 99 ◦ green 170 ◦ blue 174

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

Shades of Fountain Blue #63AAAE

Tints of Fountain Blue #63AAAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 39.28%

R = 22.35%
G = 38.37%
B = 39.28%

CMYK

 C value IS 0.43

 M value IS 0.02

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#63AAAE (or 0x63AAAE) is known color: Fountain Blue. HEX triplet: 63, AA and AE. RGB value is (99,170,174). Sum of RGB (Red+Green+Blue) = 99+170+174=443 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.35% from 443); Green value is 170 (66.80% from 255 or 38.37% from 443); Blue value is 174 (68.36% from 255 or 39.28% from 443); Max value from RGB is 174 - color contains mainly: blue. Hex color #63AAAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63AAAE is #9C5551. Grayscale: #959595. Windows color (decimal): -10245458 or 11446883. OLE color: 11446883.

HSL color Cylindrical-coordinate representation of color #63AAAE: hue angle of 183.2º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #63AAAE is Cyan = 0.43, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 99 170 174 -
CMYK 0.43 0.02 0 0.32
HSL 183.2º 0.32% 0.54% -
HSV(B) 183.2º 0.43% 0.68% -
XYZ 27.16 34.46 45.26 -
YUV 149.23 141.98 92.17 -
System Red Green Blue C M Y K H S L
Decimal 99 170 174 0.43 0.02 0 0.32 183.2 0.32 0.54
Hex 63 AA AE 2B 2 0 20 B7 20 36
Octal 143 252 256 53 2 0 40 267 40 66
Binary 1100011 10101010 10101110 101011 10 0 100000 10110111 100000 110110

Color Harmonies of #63AAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63AAAE

Black with #63AAAE

Text Example


Text Example

White with #63AAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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