Html Css Color HEX #63B0BD Fountain Blue

📋 copy color: '#63B0BD'

red 99 ◦ green 176 ◦ blue 189

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

Shades of Fountain Blue #63B0BD

Tints of Fountain Blue #63B0BD

RGB

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

 GREEN value IS 176 (69.14% from 255) = 37.93%

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

R = 21.34%
G = 37.93%
B = 40.73%

CMYK

 C value IS 0.48

 M value IS 0.07

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#63B0BD (or 0x63B0BD) is known color: Fountain Blue. HEX triplet: 63, B0 and BD. RGB value is (99,176,189). Sum of RGB (Red+Green+Blue) = 99+176+189=464 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.34% from 464); Green value is 176 (69.14% from 255 or 37.93% from 464); Blue value is 189 (74.22% from 255 or 40.73% from 464); Max value from RGB is 189 - color contains mainly: blue. Hex color #63B0BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63B0BD is #9C4F42. Grayscale: #9A9A9A. Windows color (decimal): -10243907 or 12431459. OLE color: 12431459.

HSL color Cylindrical-coordinate representation of color #63B0BD: hue angle of 188.67º 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 #63B0BD is Cyan = 0.48, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 99 176 189 -
CMYK 0.48 0.07 0 0.26
HSL 188.67º 0.41% 0.56% -
HSV(B) 188.67º 0.48% 0.74% -
XYZ 29.86 37.38 53.79 -
YUV 154.46 147.49 88.44 -
System Red Green Blue C M Y K H S L
Decimal 99 176 189 0.48 0.07 0 0.26 188.67 0.41 0.56
Hex 63 B0 BD 30 7 0 1A BD 29 38
Octal 143 260 275 60 7 0 32 275 51 70
Binary 1100011 10110000 10111101 110000 111 0 11010 10111101 101001 111000

Color Harmonies of #63B0BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63B0BD

Black with #63B0BD

Text Example


Text Example

White with #63B0BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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