#63A8DC

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

Shades of Picton Blue #63A8DC

Tints of Picton Blue #63A8DC

Color information

#63A8DC (or 0x63A8DC) is unknown color: approx Picton Blue. HEX triplet: 63, A8 and DC. RGB value is (99,168,220). Sum of RGB (Red+Green+Blue) = 99+168+220=487 (64% of max value = 765). Red value is 99 (39.06% from 255 or 20.33% from 487); Green value is 168 (66.02% from 255 or 34.50% from 487); Blue value is 220 (86.33% from 255 or 45.17% from 487); Max value from RGB is 220 - color contains mainly: blue. Hex color #63A8DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63A8DC is #9C5723. Grayscale: #999999. Windows color (decimal): -10245924 or 14461027. OLE color: 14461027.

HSL color Cylindrical-coordinate representation of color #63A8DC: hue angle of 205.79º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #63A8DC is Cyan = 0.55, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB99168220-
CMYK0.550.2400.14
HSL205.79º63.35%62.55%-
HSV(B)205.79º55%86.27%-
XYZ32.0735.8372.94-
YUV153.3165.6489.27-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 20.33%
GREEN value IS 168 (66.02% from 255) = 34.50%
BLUE value IS 220 (86.33% from 255) = 45.17%
R=20.33%
G=34.50%
B=45.17%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal991682200.550.2400.14205.7963.3562.55
Hex63A8DC37180Ece3f3f
Octal14325033467300163167777
Binary11000111010100011011100110111110000111011001110111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63A8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,168,220); }

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

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

 a { background-color: rgb(99,168,220); }

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

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

 span { border-color: rgb(99,168,220); }

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