Html Css Color HEX #63A5BA Shakespeare

📋 copy color: '#63A5BA'

red 99 ◦ green 165 ◦ blue 186

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

Shades of Shakespeare #63A5BA

Tints of Shakespeare #63A5BA

RGB

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

 GREEN value IS 165 (64.84% from 255) = 36.67%

 BLUE value IS 186 (73.05% from 255) = 41.33%

R = 22%
G = 36.67%
B = 41.33%

CMYK

 C value IS 0.47

 M value IS 0.11

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#63A5BA (or 0x63A5BA) is known color: Shakespeare. HEX triplet: 63, A5 and BA. RGB value is (99,165,186). Sum of RGB (Red+Green+Blue) = 99+165+186=450 (59% of max value = 765). Red value is 99 (39.06% from 255 or 22% from 450); Green value is 165 (64.84% from 255 or 36.67% from 450); Blue value is 186 (73.05% from 255 or 41.33% from 450); Max value from RGB is 186 - color contains mainly: blue. Hex color #63A5BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63A5BA is #9C5A45. Grayscale: #939393. Windows color (decimal): -10246726 or 12232035. OLE color: 12232035.

HSL color Cylindrical-coordinate representation of color #63A5BA: hue angle of 194.48º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #63A5BA is Cyan = 0.47, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 99 165 186 -
CMYK 0.47 0.11 0 0.27
HSL 194.48º 0.39% 0.56% -
HSV(B) 194.48º 0.47% 0.73% -
XYZ 27.46 33.11 51.4 -
YUV 147.66 149.63 93.29 -
System Red Green Blue C M Y K H S L
Decimal 99 165 186 0.47 0.11 0 0.27 194.48 0.39 0.56
Hex 63 A5 BA 2F B 0 1B C2 27 38
Octal 143 245 272 57 13 0 33 302 47 70
Binary 1100011 10100101 10111010 101111 1011 0 11011 11000010 100111 111000

Color Harmonies of #63A5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63A5BA

Black with #63A5BA

Text Example


Text Example

White with #63A5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,165,186); }

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

background-color css

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

 a { background-color: rgb(99,165,186); }

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

border-color css

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

 span { border-color: rgb(99,165,186); }

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