#63A1D8

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

Shades of Picton Blue #63A1D8

Tints of Picton Blue #63A1D8

Color information

#63A1D8 (or 0x63A1D8) is unknown color: approx Picton Blue. HEX triplet: 63, A1 and D8. RGB value is (99,161,216). Sum of RGB (Red+Green+Blue) = 99+161+216=476 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.80% from 476); Green value is 161 (63.28% from 255 or 33.82% from 476); Blue value is 216 (84.77% from 255 or 45.38% from 476); Max value from RGB is 216 - color contains mainly: blue. Hex color #63A1D8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63A1D8 is #9C5E27. Grayscale: #949494. Windows color (decimal): -10247720 or 14197091. OLE color: 14197091.

HSL color Cylindrical-coordinate representation of color #63A1D8: hue angle of 208.21º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #63A1D8 is Cyan = 0.54, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB99161216-
CMYK0.540.2500.15
HSL208.21º60%61.76%-
HSV(B)208.21º54.17%84.71%-
XYZ30.2933.169.76-
YUV148.73165.9692.53-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 20.80%
GREEN value IS 161 (63.28% from 255) = 33.82%
BLUE value IS 216 (84.77% from 255) = 45.38%
R=20.80%
G=33.82%
B=45.38%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal991612160.540.2500.15208.216061.76
Hex63A1D836190Fd03c3e
Octal14324133066310173207476
Binary11000111010000111011000110110110010111111010000111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63A1D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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