Html Css Color HEX #63BBBA Fountain Blue

📋 copy color: '#63BBBA'

red 99 ◦ green 187 ◦ blue 186

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

Shades of Fountain Blue #63BBBA

Tints of Fountain Blue #63BBBA

RGB

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

 GREEN value IS 187 (73.44% from 255) = 39.62%

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

R = 20.97%
G = 39.62%
B = 39.41%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#63BBBA (or 0x63BBBA) is known color: Fountain Blue. HEX triplet: 63, BB and BA. RGB value is (99,187,186). Sum of RGB (Red+Green+Blue) = 99+187+186=472 (62% of max value = 765). Red value is 99 (39.06% from 255 or 20.97% from 472); Green value is 187 (73.44% from 255 or 39.62% from 472); Blue value is 186 (73.05% from 255 or 39.41% from 472); Max value from RGB is 187 - color contains mainly: green. Hex color #63BBBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63BBBA is #9C4445. Grayscale: #A0A0A0. Windows color (decimal): -10241094 or 12237667. OLE color: 12237667.

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

Color convert

RGB 99 187 186 -
CMYK 0.47 0 0.01 0.27
HSL 179.32º 0.39% 0.56% -
HSV(B) 179.32º 0.47% 0.73% -
XYZ 31.78 41.74 52.84 -
YUV 160.57 142.35 84.08 -
System Red Green Blue C M Y K H S L
Decimal 99 187 186 0.47 0 0.01 0.27 179.32 0.39 0.56
Hex 63 BB BA 2F 0 1 1B B3 27 38
Octal 143 273 272 57 0 1 33 263 47 70
Binary 1100011 10111011 10111010 101111 0 1 11011 10110011 100111 111000

Color Harmonies of #63BBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63BBBA

Black with #63BBBA

Text Example


Text Example

White with #63BBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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