#63A1CD

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

Shades of Picton Blue #63A1CD

Tints of Picton Blue #63A1CD

Color information

#63A1CD (or 0x63A1CD) is unknown color: approx Picton Blue. HEX triplet: 63, A1 and CD. RGB value is (99,161,205). Sum of RGB (Red+Green+Blue) = 99+161+205=465 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.29% from 465); Green value is 161 (63.28% from 255 or 34.62% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 205 - color contains mainly: blue. Hex color #63A1CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63A1CD is #9C5E32. Grayscale: #939393. Windows color (decimal): -10247731 or 13476195. OLE color: 13476195.

HSL color Cylindrical-coordinate representation of color #63A1CD: hue angle of 204.91º 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 #63A1CD is Cyan = 0.52, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB99161205-
CMYK0.520.2100.20
HSL204.91º51.46%59.61%-
HSV(B)204.91º51.71%80.39%-
XYZ28.9132.5562.52-
YUV147.48160.4693.42-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.29%
GREEN value IS 161 (63.28% from 255) = 34.62%
BLUE value IS 205 (80.47% from 255) = 44.09%
R=21.29%
G=34.62%
B=44.09%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal991612050.520.2100.20204.9151.4659.61
Hex63A1CD3415014cd333c
Octal14324131564250243156374
Binary110001110100001110011011101001010101010011001101110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63A1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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