Html Css Color HEX #63BCBA Fountain Blue

📋 copy color: '#63BCBA'

red 99 ◦ green 188 ◦ blue 186

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

Shades of Fountain Blue #63BCBA

Tints of Fountain Blue #63BCBA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 39.75%

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

R = 20.93%
G = 39.75%
B = 39.32%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#63BCBA (or 0x63BCBA) is known color: Fountain Blue. HEX triplet: 63, BC and BA. RGB value is (99,188,186). Sum of RGB (Red+Green+Blue) = 99+188+186=473 (62% of max value = 765). Red value is 99 (39.06% from 255 or 20.93% from 473); Green value is 188 (73.83% from 255 or 39.75% from 473); Blue value is 186 (73.05% from 255 or 39.32% from 473); Max value from RGB is 188 - color contains mainly: green. Hex color #63BCBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63BCBA is #9C4345. Grayscale: #A1A1A1. Windows color (decimal): -10240838 or 12237923. OLE color: 12237923.

HSL color Cylindrical-coordinate representation of color #63BCBA: hue angle of 178.65º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #63BCBA is Cyan = 0.47, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 99 188 186 -
CMYK 0.47 0 0.01 0.26
HSL 178.65º 0.4% 0.56% -
HSV(B) 178.65º 0.47% 0.74% -
XYZ 31.99 42.16 52.91 -
YUV 161.16 142.01 83.66 -
System Red Green Blue C M Y K H S L
Decimal 99 188 186 0.47 0 0.01 0.26 178.65 0.4 0.56
Hex 63 BC BA 2F 0 1 1A B3 28 38
Octal 143 274 272 57 0 1 32 263 50 70
Binary 1100011 10111100 10111010 101111 0 1 11010 10110011 101000 111000

Color Harmonies of #63BCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63BCBA

Black with #63BCBA

Text Example


Text Example

White with #63BCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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