Html Css Color HEX #63BFBF Fountain Blue

📋 copy color: '#63BFBF'

red 99 ◦ green 191 ◦ blue 191

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

Shades of Fountain Blue #63BFBF

Tints of Fountain Blue #63BFBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 39.71%

R = 20.58%
G = 39.71%
B = 39.71%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#63BFBF (or 0x63BFBF) is known color: Fountain Blue. HEX triplet: 63, BF and BF. RGB value is (99,191,191). Sum of RGB (Red+Green+Blue) = 99+191+191=481 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.58% from 481); Green value is 191 (75% from 255 or 39.71% from 481); Blue value is 191 (75% from 255 or 39.71% from 481); Max value from RGB is 191 - color contains mainly: green, blue. Hex color #63BFBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63BFBF is #9C4040. Grayscale: #A3A3A3. Windows color (decimal): -10240065 or 12566371. OLE color: 12566371.

HSL color Cylindrical-coordinate representation of color #63BFBF: hue angle of 180º 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 #63BFBF is Cyan = 0.48, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 99 191 191 -
CMYK 0.48 0 0 0.25
HSL 180º 0.42% 0.57% -
HSV(B) 180º 0.48% 0.75% -
XYZ 33.18 43.68 55.97 -
YUV 163.49 143.52 82 -
System Red Green Blue C M Y K H S L
Decimal 99 191 191 0.48 0 0 0.25 180 0.42 0.57
Hex 63 BF BF 30 0 0 19 B4 2A 39
Octal 143 277 277 60 0 0 31 264 52 71
Binary 1100011 10111111 10111111 110000 0 0 11001 10110100 101010 111001

Color Harmonies of #63BFBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63BFBF

Black with #63BFBF

Text Example


Text Example

White with #63BFBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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