Html Css Color HEX #63C0BD Fountain Blue

📋 copy color: '#63C0BD'

red 99 ◦ green 192 ◦ blue 189

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

Shades of Fountain Blue #63C0BD

Tints of Fountain Blue #63C0BD

RGB

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

 GREEN value IS 192 (75.39% from 255) = 40%

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

R = 20.63%
G = 40%
B = 39.38%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#63C0BD (or 0x63C0BD) is known color: Fountain Blue. HEX triplet: 63, C0 and BD. RGB value is (99,192,189). Sum of RGB (Red+Green+Blue) = 99+192+189=480 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.62% from 480); Green value is 192 (75.39% from 255 or 40% from 480); Blue value is 189 (74.22% from 255 or 39.38% from 480); Max value from RGB is 192 - color contains mainly: green. Hex color #63C0BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63C0BD is #9C3F42. Grayscale: #A3A3A3. Windows color (decimal): -10239811 or 12435555. OLE color: 12435555.

HSL color Cylindrical-coordinate representation of color #63C0BD: hue angle of 178.06º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #63C0BD is Cyan = 0.48, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 99 192 189 -
CMYK 0.48 0 0.02 0.25
HSL 178.06º 0.42% 0.57% -
HSV(B) 178.06º 0.48% 0.75% -
XYZ 33.18 44.03 54.89 -
YUV 163.85 142.19 81.74 -
System Red Green Blue C M Y K H S L
Decimal 99 192 189 0.48 0 0.02 0.25 178.06 0.42 0.57
Hex 63 C0 BD 30 0 2 19 B2 2A 39
Octal 143 300 275 60 0 2 31 262 52 71
Binary 1100011 11000000 10111101 110000 0 10 11001 10110010 101010 111001

Color Harmonies of #63C0BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63C0BD

Black with #63C0BD

Text Example


Text Example

White with #63C0BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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