Html Css Color HEX #63BFC6 Fountain Blue

📋 copy color: '#63BFC6'

red 99 ◦ green 191 ◦ blue 198

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

Shades of Fountain Blue #63BFC6

Tints of Fountain Blue #63BFC6

RGB

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

 GREEN value IS 191 (75% from 255) = 39.14%

 BLUE value IS 198 (77.73% from 255) = 40.57%

R = 20.29%
G = 39.14%
B = 40.57%

CMYK

 C value IS 0.50

 M value IS 0.04

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#63BFC6 (or 0x63BFC6) is known color: Fountain Blue. HEX triplet: 63, BF and C6. RGB value is (99,191,198). Sum of RGB (Red+Green+Blue) = 99+191+198=488 (64% of max value = 765). Red value is 99 (39.06% from 255 or 20.29% from 488); Green value is 191 (75% from 255 or 39.14% from 488); Blue value is 198 (77.73% from 255 or 40.57% from 488); Max value from RGB is 198 - color contains mainly: blue. Hex color #63BFC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63BFC6 is #9C4039. Grayscale: #A4A4A4. Windows color (decimal): -10240058 or 13025123. OLE color: 13025123.

HSL color Cylindrical-coordinate representation of color #63BFC6: hue angle of 184.24º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #63BFC6 is Cyan = 0.50, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 99 191 198 -
CMYK 0.50 0.04 0 0.22
HSL 184.24º 0.46% 0.58% -
HSV(B) 184.24º 0.5% 0.78% -
XYZ 33.97 43.99 60.13 -
YUV 164.29 147.02 81.43 -
System Red Green Blue C M Y K H S L
Decimal 99 191 198 0.50 0.04 0 0.22 184.24 0.46 0.58
Hex 63 BF C6 32 4 0 16 B8 2E 3A
Octal 143 277 306 62 4 0 26 270 56 72
Binary 1100011 10111111 11000110 110010 100 0 10110 10111000 101110 111010

Color Harmonies of #63BFC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63BFC6

Black with #63BFC6

Text Example


Text Example

White with #63BFC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,191,198); }

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

background-color css

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

 a { background-color: rgb(99,191,198); }

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

border-color css

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

 span { border-color: rgb(99,191,198); }

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