Html Css Color HEX #63AFC0 Fountain Blue

📋 copy color: '#63AFC0'

red 99 ◦ green 175 ◦ blue 192

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

Shades of Fountain Blue #63AFC0

Tints of Fountain Blue #63AFC0

RGB

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

 GREEN value IS 175 (68.75% from 255) = 37.55%

 BLUE value IS 192 (75.39% from 255) = 41.2%

R = 21.24%
G = 37.55%
B = 41.2%

CMYK

 C value IS 0.48

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#63AFC0 (or 0x63AFC0) is known color: Fountain Blue. HEX triplet: 63, AF and C0. RGB value is (99,175,192). Sum of RGB (Red+Green+Blue) = 99+175+192=466 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.24% from 466); Green value is 175 (68.75% from 255 or 37.55% from 466); Blue value is 192 (75.39% from 255 or 41.20% from 466); Max value from RGB is 192 - color contains mainly: blue. Hex color #63AFC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63AFC0 is #9C503F. Grayscale: #9A9A9A. Windows color (decimal): -10244160 or 12627811. OLE color: 12627811.

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

Color convert

RGB 99 175 192 -
CMYK 0.48 0.09 0 0.25
HSL 190.97º 0.42% 0.57% -
HSV(B) 190.97º 0.48% 0.75% -
XYZ 29.99 37.12 55.45 -
YUV 154.21 149.32 88.62 -
System Red Green Blue C M Y K H S L
Decimal 99 175 192 0.48 0.09 0 0.25 190.97 0.42 0.57
Hex 63 AF C0 30 9 0 19 BF 2A 39
Octal 143 257 300 60 11 0 31 277 52 71
Binary 1100011 10101111 11000000 110000 1001 0 11001 10111111 101010 111001

Color Harmonies of #63AFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63AFC0

Black with #63AFC0

Text Example


Text Example

White with #63AFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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