#63A0D8

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

Shades of Picton Blue #63A0D8

Tints of Picton Blue #63A0D8

Color information

#63A0D8 (or 0x63A0D8) is unknown color: approx Picton Blue. HEX triplet: 63, A0 and D8. RGB value is (99,160,216). Sum of RGB (Red+Green+Blue) = 99+160+216=475 (62% of max value = 765). Red value is 99 (39.06% from 255 or 20.84% from 475); Green value is 160 (62.89% from 255 or 33.68% from 475); Blue value is 216 (84.77% from 255 or 45.47% from 475); Max value from RGB is 216 - color contains mainly: blue. Hex color #63A0D8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63A0D8 is #9C5F27. Grayscale: #939393. Windows color (decimal): -10247976 or 14196835. OLE color: 14196835.

HSL color Cylindrical-coordinate representation of color #63A0D8: hue angle of 208.72º degrees, saturation: 0.6, 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 #63A0D8 is Cyan = 0.54, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB99160216-
CMYK0.540.2600.15
HSL208.72º60%61.76%-
HSV(B)208.72º54.17%84.71%-
XYZ30.1132.7569.7-
YUV148.14166.2992.95-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 20.84%
GREEN value IS 160 (62.89% from 255) = 33.68%
BLUE value IS 216 (84.77% from 255) = 45.47%
R=20.84%
G=33.68%
B=45.47%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal991602160.540.2600.15208.726061.76
Hex63A0D8361A0Fd13c3e
Octal14324033066320173217476
Binary11000111010000011011000110110110100111111010001111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63A0D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,160,216); }

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

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

 a { background-color: rgb(99,160,216); }

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

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

 span { border-color: rgb(99,160,216); }

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