#63A7BC

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

Shades of Shakespeare #63A7BC

Tints of Shakespeare #63A7BC

Color information

#63A7BC (or 0x63A7BC) is unknown color: approx Shakespeare. HEX triplet: 63, A7 and BC. RGB value is (99,167,188). Sum of RGB (Red+Green+Blue) = 99+167+188=454 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.81% from 454); Green value is 167 (65.62% from 255 or 36.78% from 454); Blue value is 188 (73.83% from 255 or 41.41% from 454); Max value from RGB is 188 - color contains mainly: blue. Hex color #63A7BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63A7BC is #9C5843. Grayscale: #949494. Windows color (decimal): -10246212 or 12363619. OLE color: 12363619.

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

Color convert

RGB99167188-
CMYK0.470.1100.26
HSL194.16º39.91%56.27%-
HSV(B)194.16º47.34%73.73%-
XYZ28.0433.9252.65-
YUV149.06149.9792.29-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.81%
GREEN value IS 167 (65.62% from 255) = 36.78%
BLUE value IS 188 (73.83% from 255) = 41.41%
R=21.81%
G=36.78%
B=41.41%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal991671880.470.1100.26194.1639.9156.27
Hex63A7BC2FB01Ac22838
Octal14324727457130323025070
Binary11000111010011110111100101111101101101011000010101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63A7BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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