Html Css Color HEX #63BFBA Fountain Blue

📋 copy color: '#63BFBA'

red 99 ◦ green 191 ◦ blue 186

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

Shades of Fountain Blue #63BFBA

Tints of Fountain Blue #63BFBA

RGB

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

 GREEN value IS 191 (75% from 255) = 40.13%

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

R = 20.8%
G = 40.13%
B = 39.08%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#63BFBA (or 0x63BFBA) is known color: Fountain Blue. HEX triplet: 63, BF and BA. RGB value is (99,191,186). Sum of RGB (Red+Green+Blue) = 99+191+186=476 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.80% from 476); Green value is 191 (75% from 255 or 40.13% from 476); Blue value is 186 (73.05% from 255 or 39.08% from 476); Max value from RGB is 191 - color contains mainly: green. Hex color #63BFBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63BFBA is #9C4045. Grayscale: #A2A2A2. Windows color (decimal): -10240070 or 12238691. OLE color: 12238691.

HSL color Cylindrical-coordinate representation of color #63BFBA: hue angle of 176.74º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #63BFBA is Cyan = 0.48, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 99 191 186 -
CMYK 0.48 0 0.03 0.25
HSL 176.74º 0.42% 0.57% -
HSV(B) 176.74º 0.48% 0.75% -
XYZ 32.64 43.46 53.12 -
YUV 162.92 141.02 82.41 -
System Red Green Blue C M Y K H S L
Decimal 99 191 186 0.48 0 0.03 0.25 176.74 0.42 0.57
Hex 63 BF BA 30 0 3 19 B1 2A 39
Octal 143 277 272 60 0 3 31 261 52 71
Binary 1100011 10111111 10111010 110000 0 11 11001 10110001 101010 111001

Color Harmonies of #63BFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63BFBA

Black with #63BFBA

Text Example


Text Example

White with #63BFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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