#63A3D1

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

Shades of Picton Blue #63A3D1

Tints of Picton Blue #63A3D1

Color information

#63A3D1 (or 0x63A3D1) is unknown color: approx Picton Blue. HEX triplet: 63, A3 and D1. RGB value is (99,163,209). Sum of RGB (Red+Green+Blue) = 99+163+209=471 (62% of max value = 765). Red value is 99 (39.06% from 255 or 21.02% from 471); Green value is 163 (64.06% from 255 or 34.61% from 471); Blue value is 209 (82.03% from 255 or 44.37% from 471); Max value from RGB is 209 - color contains mainly: blue. Hex color #63A3D1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63A3D1 is #9C5C2E. Grayscale: #949494. Windows color (decimal): -10247215 or 13738851. OLE color: 13738851.

HSL color Cylindrical-coordinate representation of color #63A3D1: hue angle of 205.09º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #63A3D1 is Cyan = 0.53, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB99163209-
CMYK0.530.2200.18
HSL205.09º54.46%60.39%-
HSV(B)205.09º52.63%81.96%-
XYZ29.7533.4565.21-
YUV149.11161.892.26-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.02%
GREEN value IS 163 (64.06% from 255) = 34.61%
BLUE value IS 209 (82.03% from 255) = 44.37%
R=21.02%
G=34.61%
B=44.37%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal991632090.530.2200.18205.0954.4660.39
Hex63A3D13516012cd363c
Octal14324332165260223156674
Binary110001110100011110100011101011011001001011001101110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63A3D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,163,209); }

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

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

 a { background-color: rgb(99,163,209); }

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

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

 span { border-color: rgb(99,163,209); }

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