#63adc6

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

Shades of Picton Blue #63ADC6

Tints of Picton Blue #63ADC6

Color information

#63ADC6 (or 0x63ADC6) is unknown color: approx Picton Blue. HEX triplet: 63, AD and C6. RGB value is (99,173,198). Sum of RGB (Red+Green+Blue) = 99+173+198=470 (62% of max value = 765). Red value is 99 (39.06% from 255 or 21.06% from 470); Green value is 173 (67.97% from 255 or 36.81% from 470); Blue value is 198 (77.73% from 255 or 42.13% from 470); Max value from RGB is 198 - color contains mainly: blue. Hex color #63ADC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63ADC6 is #9C5239. Grayscale: #999999. Windows color (decimal): -10244666 or 13020515. OLE color: 13020515.

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

Color convert

RGB99173198-
CMYK0.500.1300.22
HSL195.15º46.48%58.24%-
HSV(B)195.15º50%77.65%-
XYZ30.2836.6258.9-
YUV153.72152.9888.97-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.06%
GREEN value IS 173 (67.97% from 255) = 36.81%
BLUE value IS 198 (77.73% from 255) = 42.13%
R=21.06%
G=36.81%
B=42.13%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal991731980.500.1300.22195.1546.4858.24
Hex63ADC632D016c32e3a
Octal14325530662150263035672
Binary11000111010110111000110110010110101011011000011101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63adc6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,173,198); }

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

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

 a { background-color: rgb(99,173,198); }

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

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

 span { border-color: rgb(99,173,198); }

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