Html Css Color HEX #63A7B3 Fountain Blue

📋 copy color: '#63A7B3'

red 99 ◦ green 167 ◦ blue 179

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

Shades of Fountain Blue #63A7B3

Tints of Fountain Blue #63A7B3

RGB

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

 GREEN value IS 167 (65.63% from 255) = 37.53%

 BLUE value IS 179 (70.31% from 255) = 40.22%

R = 22.25%
G = 37.53%
B = 40.22%

CMYK

 C value IS 0.45

 M value IS 0.07

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#63A7B3 (or 0x63A7B3) is known color: Fountain Blue. HEX triplet: 63, A7 and B3. RGB value is (99,167,179). Sum of RGB (Red+Green+Blue) = 99+167+179=445 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.25% from 445); Green value is 167 (65.62% from 255 or 37.53% from 445); Blue value is 179 (70.31% from 255 or 40.22% from 445); Max value from RGB is 179 - color contains mainly: blue. Hex color #63A7B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63A7B3 is #9C584C. Grayscale: #939393. Windows color (decimal): -10246221 or 11773795. OLE color: 11773795.

HSL color Cylindrical-coordinate representation of color #63A7B3: hue angle of 189º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #63A7B3 is Cyan = 0.45, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 99 167 179 -
CMYK 0.45 0.07 0 0.30
HSL 189º 0.34% 0.55% -
HSV(B) 189º 0.45% 0.7% -
XYZ 27.1 33.54 47.69 -
YUV 148.04 145.47 93.02 -
System Red Green Blue C M Y K H S L
Decimal 99 167 179 0.45 0.07 0 0.30 189 0.34 0.55
Hex 63 A7 B3 2D 7 0 1E BD 22 37
Octal 143 247 263 55 7 0 36 275 42 67
Binary 1100011 10100111 10110011 101101 111 0 11110 10111101 100010 110111

Color Harmonies of #63A7B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63A7B3

Black with #63A7B3

Text Example


Text Example

White with #63A7B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,167,179); }

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

background-color css

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

 a { background-color: rgb(99,167,179); }

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

border-color css

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

 span { border-color: rgb(99,167,179); }

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