#63AAC0

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

Shades of Shakespeare #63AAC0

Tints of Shakespeare #63AAC0

Color information

#63AAC0 (or 0x63AAC0) is unknown color: approx Shakespeare. HEX triplet: 63, AA and C0. RGB value is (99,170,192). Sum of RGB (Red+Green+Blue) = 99+170+192=461 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.48% from 461); Green value is 170 (66.80% from 255 or 36.88% from 461); Blue value is 192 (75.39% from 255 or 41.65% from 461); Max value from RGB is 192 - color contains mainly: blue. Hex color #63AAC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63AAC0 is #9C553F. Grayscale: #979797. Windows color (decimal): -10245440 or 12626531. OLE color: 12626531.

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

Color convert

RGB99170192-
CMYK0.480.1100.25
HSL194.19º42.47%57.06%-
HSV(B)194.19º48.44%75.29%-
XYZ29.0335.2155.13-
YUV151.28150.9890.71-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.48%
GREEN value IS 170 (66.80% from 255) = 36.88%
BLUE value IS 192 (75.39% from 255) = 41.65%
R=21.48%
G=36.88%
B=41.65%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal991701920.480.1100.25194.1942.4757.06
Hex63AAC030B019c22a39
Octal14325230060130313025271
Binary11000111010101011000000110000101101100111000010101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63AAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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