#63A9CE

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

Shades of Picton Blue #63A9CE

Tints of Picton Blue #63A9CE

Color information

#63A9CE (or 0x63A9CE) is unknown color: approx Picton Blue. HEX triplet: 63, A9 and CE. RGB value is (99,169,206). Sum of RGB (Red+Green+Blue) = 99+169+206=474 (62% of max value = 765). Red value is 99 (39.06% from 255 or 20.89% from 474); Green value is 169 (66.41% from 255 or 35.65% from 474); Blue value is 206 (80.86% from 255 or 43.46% from 474); Max value from RGB is 206 - color contains mainly: blue. Hex color #63A9CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63A9CE is #9C5631. Grayscale: #989898. Windows color (decimal): -10245682 or 13543779. OLE color: 13543779.

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

Color convert

RGB99169206-
CMYK0.520.1800.19
HSL200.75º52.2%59.8%-
HSV(B)200.75º51.94%80.78%-
XYZ30.4735.4863.64-
YUV152.29158.3189.99-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 20.89%
GREEN value IS 169 (66.41% from 255) = 35.65%
BLUE value IS 206 (80.86% from 255) = 43.46%
R=20.89%
G=35.65%
B=43.46%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal991692060.520.1800.19200.7552.259.8
Hex63A9CE3412013c9343c
Octal14325131664220233116474
Binary110001110101001110011101101001001001001111001001110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63A9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,169,206); }

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

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

 a { background-color: rgb(99,169,206); }

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

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

 span { border-color: rgb(99,169,206); }

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