#63A8D0

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

Shades of Picton Blue #63A8D0

Tints of Picton Blue #63A8D0

Color information

#63A8D0 (or 0x63A8D0) is unknown color: approx Picton Blue. HEX triplet: 63, A8 and D0. RGB value is (99,168,208). Sum of RGB (Red+Green+Blue) = 99+168+208=475 (62% of max value = 765). Red value is 99 (39.06% from 255 or 20.84% from 475); Green value is 168 (66.02% from 255 or 35.37% from 475); Blue value is 208 (81.64% from 255 or 43.79% from 475); Max value from RGB is 208 - color contains mainly: blue. Hex color #63A8D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63A8D0 is #9C572F. Grayscale: #979797. Windows color (decimal): -10245936 or 13674595. OLE color: 13674595.

HSL color Cylindrical-coordinate representation of color #63A8D0: hue angle of 202.02º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #63A8D0 is Cyan = 0.52, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB99168208-
CMYK0.520.1900.18
HSL202.02º53.69%60.2%-
HSV(B)202.02º52.4%81.57%-
XYZ30.5335.2164.86-
YUV151.93159.6490.25-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 20.84%
GREEN value IS 168 (66.02% from 255) = 35.37%
BLUE value IS 208 (81.64% from 255) = 43.79%
R=20.84%
G=35.37%
B=43.79%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal991682080.520.1900.18202.0253.6960.2
Hex63A8D03413012ca363c
Octal14325032064230223126674
Binary110001110101000110100001101001001101001011001010110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63A8D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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