#63A0D2

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

Shades of Picton Blue #63A0D2

Tints of Picton Blue #63A0D2

Color information

#63A0D2 (or 0x63A0D2) is unknown color: approx Picton Blue. HEX triplet: 63, A0 and D2. RGB value is (99,160,210). Sum of RGB (Red+Green+Blue) = 99+160+210=469 (62% of max value = 765). Red value is 99 (39.06% from 255 or 21.11% from 469); Green value is 160 (62.89% from 255 or 34.12% from 469); Blue value is 210 (82.42% from 255 or 44.78% from 469); Max value from RGB is 210 - color contains mainly: blue. Hex color #63A0D2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63A0D2 is #9C5F2D. Grayscale: #939393. Windows color (decimal): -10247982 or 13803619. OLE color: 13803619.

HSL color Cylindrical-coordinate representation of color #63A0D2: hue angle of 207.03º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #63A0D2 is Cyan = 0.53, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB99160210-
CMYK0.530.2400.18
HSL207.03º55.22%60.59%-
HSV(B)207.03º52.86%82.35%-
XYZ29.3532.4565.69-
YUV147.46163.2993.43-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.11%
GREEN value IS 160 (62.89% from 255) = 34.12%
BLUE value IS 210 (82.42% from 255) = 44.78%
R=21.11%
G=34.12%
B=44.78%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal991602100.530.2400.18207.0355.2260.59
Hex63A0D23518012cf373d
Octal14324032265300223176775
Binary110001110100000110100101101011100001001011001111110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63A0D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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