Html Css Color HEX #63B3BA Fountain Blue

📋 copy color: '#63B3BA'

red 99 ◦ green 179 ◦ blue 186

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

Shades of Fountain Blue #63B3BA

Tints of Fountain Blue #63B3BA

RGB

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

 GREEN value IS 179 (70.31% from 255) = 38.58%

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

R = 21.34%
G = 38.58%
B = 40.09%

CMYK

 C value IS 0.47

 M value IS 0.04

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#63B3BA (or 0x63B3BA) is known color: Fountain Blue. HEX triplet: 63, B3 and BA. RGB value is (99,179,186). Sum of RGB (Red+Green+Blue) = 99+179+186=464 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.34% from 464); Green value is 179 (70.31% from 255 or 38.58% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 186 - color contains mainly: blue. Hex color #63B3BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63B3BA is #9C4C45. Grayscale: #9B9B9B. Windows color (decimal): -10243142 or 12235619. OLE color: 12235619.

HSL color Cylindrical-coordinate representation of color #63B3BA: hue angle of 184.83º 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 #63B3BA is Cyan = 0.47, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 99 179 186 -
CMYK 0.47 0.04 0 0.27
HSL 184.83º 0.39% 0.56% -
HSV(B) 184.83º 0.47% 0.73% -
XYZ 30.13 38.44 52.29 -
YUV 155.88 145 87.43 -
System Red Green Blue C M Y K H S L
Decimal 99 179 186 0.47 0.04 0 0.27 184.83 0.39 0.56
Hex 63 B3 BA 2F 4 0 1B B9 27 38
Octal 143 263 272 57 4 0 33 271 47 70
Binary 1100011 10110011 10111010 101111 100 0 11011 10111001 100111 111000

Color Harmonies of #63B3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63B3BA

Black with #63B3BA

Text Example


Text Example

White with #63B3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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