#63A1DE

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

Shades of Picton Blue #63A1DE

Tints of Picton Blue #63A1DE

Color information

#63A1DE (or 0x63A1DE) is unknown color: approx Picton Blue. HEX triplet: 63, A1 and DE. RGB value is (99,161,222). Sum of RGB (Red+Green+Blue) = 99+161+222=482 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.54% from 482); Green value is 161 (63.28% from 255 or 33.40% from 482); Blue value is 222 (87.11% from 255 or 46.06% from 482); Max value from RGB is 222 - color contains mainly: blue. Hex color #63A1DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63A1DE is #9C5E21. Grayscale: #959595. Windows color (decimal): -10247714 or 14590307. OLE color: 14590307.

HSL color Cylindrical-coordinate representation of color #63A1DE: hue angle of 209.76º 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 #63A1DE is Cyan = 0.55, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB99161222-
CMYK0.550.2700.13
HSL209.76º65.08%62.94%-
HSV(B)209.76º55.41%87.06%-
XYZ31.0833.4273.92-
YUV149.42168.9692.04-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 20.54%
GREEN value IS 161 (63.28% from 255) = 33.40%
BLUE value IS 222 (87.11% from 255) = 46.06%
R=20.54%
G=33.40%
B=46.06%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal991612220.550.2700.13209.7665.0862.94
Hex63A1DE371B0Dd2413f
Octal143241336673301532210177
Binary110001110100001110111101101111101101101110100101000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63A1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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