#63A3CD

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

Shades of Picton Blue #63A3CD

Tints of Picton Blue #63A3CD

Color information

#63A3CD (or 0x63A3CD) is unknown color: approx Picton Blue. HEX triplet: 63, A3 and CD. RGB value is (99,163,205). Sum of RGB (Red+Green+Blue) = 99+163+205=467 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.20% from 467); Green value is 163 (64.06% from 255 or 34.90% from 467); Blue value is 205 (80.47% from 255 or 43.90% from 467); Max value from RGB is 205 - color contains mainly: blue. Hex color #63A3CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63A3CD is #9C5C32. Grayscale: #949494. Windows color (decimal): -10247219 or 13476707. OLE color: 13476707.

HSL color Cylindrical-coordinate representation of color #63A3CD: hue angle of 203.77º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #63A3CD is Cyan = 0.52, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB99163205-
CMYK0.520.2000.20
HSL203.77º51.46%59.61%-
HSV(B)203.77º51.71%80.39%-
XYZ29.2633.2562.63-
YUV148.65159.892.58-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.20%
GREEN value IS 163 (64.06% from 255) = 34.90%
BLUE value IS 205 (80.47% from 255) = 43.90%
R=21.20%
G=34.90%
B=43.90%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal991632050.520.2000.20203.7751.4659.61
Hex63A3CD3414014cc333c
Octal14324331564240243146374
Binary110001110100011110011011101001010001010011001100110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63A3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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