#63A5C8

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

Shades of Picton Blue #63A5C8

Tints of Picton Blue #63A5C8

Color information

#63A5C8 (or 0x63A5C8) is unknown color: approx Picton Blue. HEX triplet: 63, A5 and C8. RGB value is (99,165,200). Sum of RGB (Red+Green+Blue) = 99+165+200=464 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.34% from 464); Green value is 165 (64.84% from 255 or 35.56% from 464); Blue value is 200 (78.52% from 255 or 43.10% from 464); Max value from RGB is 200 - color contains mainly: blue. Hex color #63A5C8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63A5C8 is #9C5A37. Grayscale: #959595. Windows color (decimal): -10246712 or 13149539. OLE color: 13149539.

HSL color Cylindrical-coordinate representation of color #63A5C8: hue angle of 200.79º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #63A5C8 is Cyan = 0.50, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB99165200-
CMYK0.500.1800.22
HSL200.79º47.87%58.63%-
HSV(B)200.79º50.5%78.43%-
XYZ29.0333.7359.62-
YUV149.26156.6392.15-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.34%
GREEN value IS 165 (64.84% from 255) = 35.56%
BLUE value IS 200 (78.52% from 255) = 43.10%
R=21.34%
G=35.56%
B=43.10%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal991652000.500.1800.22200.7947.8758.63
Hex63A5C83212016c9303b
Octal14324531062220263116073
Binary110001110100101110010001100101001001011011001001110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63A5C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,165,200); }

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

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

 a { background-color: rgb(99,165,200); }

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

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

 span { border-color: rgb(99,165,200); }

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