#63A0DE

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

Shades of Picton Blue #63A0DE

Tints of Picton Blue #63A0DE

Color information

#63A0DE (or 0x63A0DE) is unknown color: approx Picton Blue. HEX triplet: 63, A0 and DE. RGB value is (99,160,222). Sum of RGB (Red+Green+Blue) = 99+160+222=481 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.58% from 481); Green value is 160 (62.89% from 255 or 33.26% from 481); Blue value is 222 (87.11% from 255 or 46.15% from 481); Max value from RGB is 222 - color contains mainly: blue. Hex color #63A0DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63A0DE is #9C5F21. Grayscale: #949494. Windows color (decimal): -10247970 or 14590051. OLE color: 14590051.

HSL color Cylindrical-coordinate representation of color #63A0DE: hue angle of 210.24º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #63A0DE is Cyan = 0.55, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB99160222-
CMYK0.550.2800.13
HSL210.24º65.08%62.94%-
HSV(B)210.24º55.41%87.06%-
XYZ30.933.0773.86-
YUV148.83169.2992.46-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 20.58%
GREEN value IS 160 (62.89% from 255) = 33.26%
BLUE value IS 222 (87.11% from 255) = 46.15%
R=20.58%
G=33.26%
B=46.15%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal991602220.550.2800.13210.2465.0862.94
Hex63A0DE371C0Dd2413f
Octal143240336673401532210177
Binary110001110100000110111101101111110001101110100101000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63A0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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