#63ADC0

Color #63ADC0 Fountain Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fountain Blue #63ADC0

Tints of Fountain Blue #63ADC0

Color information

#63ADC0 (or 0x63ADC0) is unknown color: approx Fountain Blue. HEX triplet: 63, AD and C0. RGB value is (99,173,192). Sum of RGB (Red+Green+Blue) = 99+173+192=464 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.34% from 464); Green value is 173 (67.97% from 255 or 37.28% from 464); Blue value is 192 (75.39% from 255 or 41.38% from 464); Max value from RGB is 192 - color contains mainly: blue. Hex color #63ADC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63ADC0 is #9C523F. Grayscale: #989898. Windows color (decimal): -10244672 or 12627299. OLE color: 12627299.

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

Color convert

RGB99173192-
CMYK0.480.1000.25
HSL192.26º42.47%57.06%-
HSV(B)192.26º48.44%75.29%-
XYZ29.636.3555.32-
YUV153.04149.9889.46-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.34%
GREEN value IS 173 (67.97% from 255) = 37.28%
BLUE value IS 192 (75.39% from 255) = 41.38%
R=21.34%
G=37.28%
B=41.38%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal991731920.480.1000.25192.2642.4757.06
Hex63ADC030A019c02a39
Octal14325530060120313005271
Binary11000111010110111000000110000101001100111000000101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63ADC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #63ADC0;
 }
 .AnyTagClassName
 {
   color: #63ADC0;
 }
</style>
background-color css

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

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

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

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

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

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