Html Css Color HEX #63A4B4 Fountain Blue

📋 copy color: '#63A4B4'

red 99 ◦ green 164 ◦ blue 180

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

Shades of Fountain Blue #63A4B4

Tints of Fountain Blue #63A4B4

RGB

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

 GREEN value IS 164 (64.45% from 255) = 37.02%

 BLUE value IS 180 (70.7% from 255) = 40.63%

R = 22.35%
G = 37.02%
B = 40.63%

CMYK

 C value IS 0.45

 M value IS 0.09

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#63A4B4 (or 0x63A4B4) is known color: Fountain Blue. HEX triplet: 63, A4 and B4. RGB value is (99,164,180). Sum of RGB (Red+Green+Blue) = 99+164+180=443 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.35% from 443); Green value is 164 (64.45% from 255 or 37.02% from 443); Blue value is 180 (70.70% from 255 or 40.63% from 443); Max value from RGB is 180 - color contains mainly: blue. Hex color #63A4B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63A4B4 is #9C5B4B. Grayscale: #929292. Windows color (decimal): -10246988 or 11838563. OLE color: 11838563.

HSL color Cylindrical-coordinate representation of color #63A4B4: hue angle of 191.85º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #63A4B4 is Cyan = 0.45, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 99 164 180 -
CMYK 0.45 0.09 0 0.29
HSL 191.85º 0.35% 0.55% -
HSV(B) 191.85º 0.45% 0.71% -
XYZ 26.66 32.5 48.05 -
YUV 146.39 146.97 94.2 -
System Red Green Blue C M Y K H S L
Decimal 99 164 180 0.45 0.09 0 0.29 191.85 0.35 0.55
Hex 63 A4 B4 2D 9 0 1D C0 23 37
Octal 143 244 264 55 11 0 35 300 43 67
Binary 1100011 10100100 10110100 101101 1001 0 11101 11000000 100011 110111

Color Harmonies of #63A4B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63A4B4

Black with #63A4B4

Text Example


Text Example

White with #63A4B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,164,180); }

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

background-color css

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

 a { background-color: rgb(99,164,180); }

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

border-color css

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

 span { border-color: rgb(99,164,180); }

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