#63AAC5

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

Shades of Picton Blue #63AAC5

Tints of Picton Blue #63AAC5

Color information

#63AAC5 (or 0x63AAC5) is unknown color: approx Picton Blue. HEX triplet: 63, AA and C5. RGB value is (99,170,197). Sum of RGB (Red+Green+Blue) = 99+170+197=466 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.24% from 466); Green value is 170 (66.80% from 255 or 36.48% from 466); Blue value is 197 (77.34% from 255 or 42.27% from 466); Max value from RGB is 197 - color contains mainly: blue. Hex color #63AAC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63AAC5 is #9C553A. Grayscale: #979797. Windows color (decimal): -10245435 or 12954211. OLE color: 12954211.

HSL color Cylindrical-coordinate representation of color #63AAC5: hue angle of 196.53º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #63AAC5 is Cyan = 0.50, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB99170197-
CMYK0.500.1400.23
HSL196.53º45.79%58.04%-
HSV(B)196.53º49.75%77.25%-
XYZ29.635.4358.1-
YUV151.85153.4890.3-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.24%
GREEN value IS 170 (66.80% from 255) = 36.48%
BLUE value IS 197 (77.34% from 255) = 42.27%
R=21.24%
G=36.48%
B=42.27%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal991701970.500.1400.23196.5345.7958.04
Hex63AAC532E017c52e3a
Octal14325230562160273055672
Binary11000111010101011000101110010111001011111000101101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63AAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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