Html Css Color HEX #63B1BD Fountain Blue

📋 copy color: '#63B1BD'

red 99 ◦ green 177 ◦ blue 189

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

Shades of Fountain Blue #63B1BD

Tints of Fountain Blue #63B1BD

RGB

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

 GREEN value IS 177 (69.53% from 255) = 38.06%

 BLUE value IS 189 (74.22% from 255) = 40.65%

R = 21.29%
G = 38.06%
B = 40.65%

CMYK

 C value IS 0.48

 M value IS 0.06

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#63B1BD (or 0x63B1BD) is known color: Fountain Blue. HEX triplet: 63, B1 and BD. RGB value is (99,177,189). Sum of RGB (Red+Green+Blue) = 99+177+189=465 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.29% from 465); Green value is 177 (69.53% from 255 or 38.06% from 465); Blue value is 189 (74.22% from 255 or 40.65% from 465); Max value from RGB is 189 - color contains mainly: blue. Hex color #63B1BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63B1BD is #9C4E42. Grayscale: #9A9A9A. Windows color (decimal): -10243651 or 12431715. OLE color: 12431715.

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

Color convert

RGB 99 177 189 -
CMYK 0.48 0.06 0 0.26
HSL 188º 0.41% 0.56% -
HSV(B) 188º 0.48% 0.74% -
XYZ 30.05 37.77 53.85 -
YUV 155.05 147.16 88.02 -
System Red Green Blue C M Y K H S L
Decimal 99 177 189 0.48 0.06 0 0.26 188 0.41 0.56
Hex 63 B1 BD 30 6 0 1A BC 29 38
Octal 143 261 275 60 6 0 32 274 51 70
Binary 1100011 10110001 10111101 110000 110 0 11010 10111100 101001 111000

Color Harmonies of #63B1BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63B1BD

Black with #63B1BD

Text Example


Text Example

White with #63B1BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,177,189); }

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

background-color css

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

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

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

border-color css

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

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

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