#63AACB

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

Shades of Picton Blue #63AACB

Tints of Picton Blue #63AACB

Color information

#63AACB (or 0x63AACB) is unknown color: approx Picton Blue. HEX triplet: 63, AA and CB. RGB value is (99,170,203). Sum of RGB (Red+Green+Blue) = 99+170+203=472 (62% of max value = 765). Red value is 99 (39.06% from 255 or 20.97% from 472); Green value is 170 (66.80% from 255 or 36.02% from 472); Blue value is 203 (79.69% from 255 or 43.01% from 472); Max value from RGB is 203 - color contains mainly: blue. Hex color #63AACB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63AACB is #9C5534. Grayscale: #989898. Windows color (decimal): -10245429 or 13347427. OLE color: 13347427.

HSL color Cylindrical-coordinate representation of color #63AACB: hue angle of 199.04º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #63AACB is Cyan = 0.51, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB99170203-
CMYK0.510.1600.20
HSL199.04º50%59.22%-
HSV(B)199.04º51.23%79.61%-
XYZ30.335.7161.8-
YUV152.53156.4889.82-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 20.97%
GREEN value IS 170 (66.80% from 255) = 36.02%
BLUE value IS 203 (79.69% from 255) = 43.01%
R=20.97%
G=36.02%
B=43.01%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal991702030.510.1600.20199.045059.22
Hex63AACB3310014c7323b
Octal14325231363200243076273
Binary110001110101010110010111100111000001010011000111110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63AACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,170,203); }

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

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

 a { background-color: rgb(99,170,203); }

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

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

 span { border-color: rgb(99,170,203); }

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