Html Css Color HEX #63BCB7 Fountain Blue

📋 copy color: '#63BCB7'

red 99 ◦ green 188 ◦ blue 183

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

Shades of Fountain Blue #63BCB7

Tints of Fountain Blue #63BCB7

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40%

 BLUE value IS 183 (71.88% from 255) = 38.94%

R = 21.06%
G = 40%
B = 38.94%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#63BCB7 (or 0x63BCB7) is known color: Fountain Blue. HEX triplet: 63, BC and B7. RGB value is (99,188,183). Sum of RGB (Red+Green+Blue) = 99+188+183=470 (62% of max value = 765). Red value is 99 (39.06% from 255 or 21.06% from 470); Green value is 188 (73.83% from 255 or 40% from 470); Blue value is 183 (71.88% from 255 or 38.94% from 470); Max value from RGB is 188 - color contains mainly: green. Hex color #63BCB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63BCB7 is #9C4348. Grayscale: #A0A0A0. Windows color (decimal): -10240841 or 12041315. OLE color: 12041315.

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

Color convert

RGB 99 188 183 -
CMYK 0.47 0 0.03 0.26
HSL 176.63º 0.4% 0.56% -
HSV(B) 176.63º 0.47% 0.74% -
XYZ 31.68 42.04 51.24 -
YUV 160.82 140.51 83.91 -
System Red Green Blue C M Y K H S L
Decimal 99 188 183 0.47 0 0.03 0.26 176.63 0.4 0.56
Hex 63 BC B7 2F 0 3 1A B1 28 38
Octal 143 274 267 57 0 3 32 261 50 70
Binary 1100011 10111100 10110111 101111 0 11 11010 10110001 101000 111000

Color Harmonies of #63BCB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63BCB7

Black with #63BCB7

Text Example


Text Example

White with #63BCB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,188,183); }

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

background-color css

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

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

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

border-color css

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

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

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