Html Css Color HEX #63BBC3 Fountain Blue

📋 copy color: '#63BBC3'

red 99 ◦ green 187 ◦ blue 195

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

Shades of Fountain Blue #63BBC3

Tints of Fountain Blue #63BBC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 40.54%

R = 20.58%
G = 38.88%
B = 40.54%

CMYK

 C value IS 0.49

 M value IS 0.04

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#63BBC3 (or 0x63BBC3) is known color: Fountain Blue. HEX triplet: 63, BB and C3. RGB value is (99,187,195). Sum of RGB (Red+Green+Blue) = 99+187+195=481 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.58% from 481); Green value is 187 (73.44% from 255 or 38.88% from 481); Blue value is 195 (76.56% from 255 or 40.54% from 481); Max value from RGB is 195 - color contains mainly: blue. Hex color #63BBC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63BBC3 is #9C443C. Grayscale: #A1A1A1. Windows color (decimal): -10241085 or 12827491. OLE color: 12827491.

HSL color Cylindrical-coordinate representation of color #63BBC3: hue angle of 185º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #63BBC3 is Cyan = 0.49, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 99 187 195 -
CMYK 0.49 0.04 0 0.24
HSL 185º 0.44% 0.58% -
HSV(B) 185º 0.49% 0.76% -
XYZ 32.77 42.13 58.04 -
YUV 161.6 146.85 83.35 -
System Red Green Blue C M Y K H S L
Decimal 99 187 195 0.49 0.04 0 0.24 185 0.44 0.58
Hex 63 BB C3 31 4 0 18 B9 2C 3A
Octal 143 273 303 61 4 0 30 271 54 72
Binary 1100011 10111011 11000011 110001 100 0 11000 10111001 101100 111010

Color Harmonies of #63BBC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63BBC3

Black with #63BBC3

Text Example


Text Example

White with #63BBC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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