Html Css Color HEX #63AFAE Fountain Blue

📋 copy color: '#63AFAE'

red 99 ◦ green 175 ◦ blue 174

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

Shades of Fountain Blue #63AFAE

Tints of Fountain Blue #63AFAE

RGB

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

 GREEN value IS 175 (68.75% from 255) = 39.06%

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

R = 22.1%
G = 39.06%
B = 38.84%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#63AFAE (or 0x63AFAE) is known color: Fountain Blue. HEX triplet: 63, AF and AE. RGB value is (99,175,174). Sum of RGB (Red+Green+Blue) = 99+175+174=448 (59% of max value = 765). Red value is 99 (39.06% from 255 or 22.10% from 448); Green value is 175 (68.75% from 255 or 39.06% from 448); Blue value is 174 (68.36% from 255 or 38.84% from 448); Max value from RGB is 175 - color contains mainly: green. Hex color #63AFAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63AFAE is #9C5051. Grayscale: #989898. Windows color (decimal): -10244178 or 11448163. OLE color: 11448163.

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

Color convert

RGB 99 175 174 -
CMYK 0.43 0 0.01 0.31
HSL 179.21º 0.32% 0.54% -
HSV(B) 179.21º 0.43% 0.69% -
XYZ 28.12 36.37 45.58 -
YUV 152.16 140.32 90.08 -
System Red Green Blue C M Y K H S L
Decimal 99 175 174 0.43 0 0.01 0.31 179.21 0.32 0.54
Hex 63 AF AE 2B 0 1 1F B3 20 36
Octal 143 257 256 53 0 1 37 263 40 66
Binary 1100011 10101111 10101110 101011 0 1 11111 10110011 100000 110110

Color Harmonies of #63AFAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63AFAE

Black with #63AFAE

Text Example


Text Example

White with #63AFAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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