Html Css Color HEX #63A9BA Fountain Blue

📋 copy color: '#63A9BA'

red 99 ◦ green 169 ◦ blue 186

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

Shades of Fountain Blue #63A9BA

Tints of Fountain Blue #63A9BA

RGB

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

 GREEN value IS 169 (66.41% from 255) = 37.22%

 BLUE value IS 186 (73.05% from 255) = 40.97%

R = 21.81%
G = 37.22%
B = 40.97%

CMYK

 C value IS 0.47

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#63A9BA (or 0x63A9BA) is known color: Fountain Blue. HEX triplet: 63, A9 and BA. RGB value is (99,169,186). Sum of RGB (Red+Green+Blue) = 99+169+186=454 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.81% from 454); Green value is 169 (66.41% from 255 or 37.22% from 454); Blue value is 186 (73.05% from 255 or 40.97% from 454); Max value from RGB is 186 - color contains mainly: blue. Hex color #63A9BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63A9BA is #9C5645. Grayscale: #959595. Windows color (decimal): -10245702 or 12233059. OLE color: 12233059.

HSL color Cylindrical-coordinate representation of color #63A9BA: hue angle of 191.72º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #63A9BA is Cyan = 0.47, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 99 169 186 -
CMYK 0.47 0.09 0 0.27
HSL 191.72º 0.39% 0.56% -
HSV(B) 191.72º 0.47% 0.73% -
XYZ 28.2 34.57 51.64 -
YUV 150.01 148.31 91.62 -
System Red Green Blue C M Y K H S L
Decimal 99 169 186 0.47 0.09 0 0.27 191.72 0.39 0.56
Hex 63 A9 BA 2F 9 0 1B C0 27 38
Octal 143 251 272 57 11 0 33 300 47 70
Binary 1100011 10101001 10111010 101111 1001 0 11011 11000000 100111 111000

Color Harmonies of #63A9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63A9BA

Black with #63A9BA

Text Example


Text Example

White with #63A9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,169,186); }

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

background-color css

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

 a { background-color: rgb(99,169,186); }

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

border-color css

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

 span { border-color: rgb(99,169,186); }

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