#63A1C5

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

Shades of Picton Blue #63A1C5

Tints of Picton Blue #63A1C5

Color information

#63A1C5 (or 0x63A1C5) is unknown color: approx Picton Blue. HEX triplet: 63, A1 and C5. RGB value is (99,161,197). Sum of RGB (Red+Green+Blue) = 99+161+197=457 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.66% from 457); Green value is 161 (63.28% from 255 or 35.23% from 457); Blue value is 197 (77.34% from 255 or 43.11% from 457); Max value from RGB is 197 - color contains mainly: blue. Hex color #63A1C5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63A1C5 is #9C5E3A. Grayscale: #929292. Windows color (decimal): -10247739 or 12951907. OLE color: 12951907.

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

Color convert

RGB99161197-
CMYK0.500.1800.23
HSL202.04º45.79%58.04%-
HSV(B)202.04º49.75%77.25%-
XYZ27.9732.1757.56-
YUV146.57156.4694.07-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.66%
GREEN value IS 161 (63.28% from 255) = 35.23%
BLUE value IS 197 (77.34% from 255) = 43.11%
R=21.66%
G=35.23%
B=43.11%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal991611970.500.1800.23202.0445.7958.04
Hex63A1C53212017ca2e3a
Octal14324130562220273125672
Binary110001110100001110001011100101001001011111001010101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63A1C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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