#63acc5

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

Shades of Picton Blue #63ACC5

Tints of Picton Blue #63ACC5

Color information

#63ACC5 (or 0x63ACC5) is unknown color: approx Picton Blue. HEX triplet: 63, AC and C5. RGB value is (99,172,197). Sum of RGB (Red+Green+Blue) = 99+172+197=468 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.15% from 468); Green value is 172 (67.58% from 255 or 36.75% from 468); Blue value is 197 (77.34% from 255 or 42.09% from 468); Max value from RGB is 197 - color contains mainly: blue. Hex color #63ACC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63ACC5 is #9C533A. Grayscale: #989898. Windows color (decimal): -10244923 or 12954723. OLE color: 12954723.

HSL color Cylindrical-coordinate representation of color #63ACC5: hue angle of 195.31º 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 #63ACC5 is Cyan = 0.50, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB99172197-
CMYK0.500.1300.23
HSL195.31º45.79%58.04%-
HSV(B)195.31º49.75%77.25%-
XYZ29.9836.1958.23-
YUV153.02152.8289.47-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.15%
GREEN value IS 172 (67.58% from 255) = 36.75%
BLUE value IS 197 (77.34% from 255) = 42.09%
R=21.15%
G=36.75%
B=42.09%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal991721970.500.1300.23195.3145.7958.04
Hex63ACC532D017c32e3a
Octal14325430562150273035672
Binary11000111010110011000101110010110101011111000011101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63acc5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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