Html Css Color HEX #63BBBB Fountain Blue

📋 copy color: '#63BBBB'

red 99 ◦ green 187 ◦ blue 187

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

Shades of Fountain Blue #63BBBB

Tints of Fountain Blue #63BBBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 39.53%

R = 20.93%
G = 39.53%
B = 39.53%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#63BBBB (or 0x63BBBB) is known color: Fountain Blue. HEX triplet: 63, BB and BB. RGB value is (99,187,187). Sum of RGB (Red+Green+Blue) = 99+187+187=473 (62% of max value = 765). Red value is 99 (39.06% from 255 or 20.93% from 473); Green value is 187 (73.44% from 255 or 39.53% from 473); Blue value is 187 (73.44% from 255 or 39.53% from 473); Max value from RGB is 187 - color contains mainly: green, blue. Hex color #63BBBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63BBBB is #9C4444. Grayscale: #A0A0A0. Windows color (decimal): -10241093 or 12303203. OLE color: 12303203.

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

Color convert

RGB 99 187 187 -
CMYK 0.47 0 0 0.27
HSL 180º 0.39% 0.56% -
HSV(B) 180º 0.47% 0.73% -
XYZ 31.89 41.78 53.4 -
YUV 160.69 142.85 84 -
System Red Green Blue C M Y K H S L
Decimal 99 187 187 0.47 0 0 0.27 180 0.39 0.56
Hex 63 BB BB 2F 0 0 1B B4 27 38
Octal 143 273 273 57 0 0 33 264 47 70
Binary 1100011 10111011 10111011 101111 0 0 11011 10110100 100111 111000

Color Harmonies of #63BBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63BBBB

Black with #63BBBB

Text Example


Text Example

White with #63BBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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