#63A9D9

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

Shades of Picton Blue #63A9D9

Tints of Picton Blue #63A9D9

Color information

#63A9D9 (or 0x63A9D9) is unknown color: approx Picton Blue. HEX triplet: 63, A9 and D9. RGB value is (99,169,217). Sum of RGB (Red+Green+Blue) = 99+169+217=485 (64% of max value = 765). Red value is 99 (39.06% from 255 or 20.41% from 485); Green value is 169 (66.41% from 255 or 34.85% from 485); Blue value is 217 (85.16% from 255 or 44.74% from 485); Max value from RGB is 217 - color contains mainly: blue. Hex color #63A9D9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63A9D9 is #9C5626. Grayscale: #999999. Windows color (decimal): -10245671 or 14264675. OLE color: 14264675.

HSL color Cylindrical-coordinate representation of color #63A9D9: hue angle of 204.41º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #63A9D9 is Cyan = 0.54, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB99169217-
CMYK0.540.2200.15
HSL204.41º60.82%61.96%-
HSV(B)204.41º54.38%85.1%-
XYZ31.8636.0470.92-
YUV153.54163.8189.1-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 20.41%
GREEN value IS 169 (66.41% from 255) = 34.85%
BLUE value IS 217 (85.16% from 255) = 44.74%
R=20.41%
G=34.85%
B=44.74%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal991692170.540.2200.15204.4160.8261.96
Hex63A9D936160Fcc3d3e
Octal14325133166260173147576
Binary11000111010100111011001110110101100111111001100111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63A9D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,169,217); }

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

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

 a { background-color: rgb(99,169,217); }

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

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

 span { border-color: rgb(99,169,217); }

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