Html Css Color HEX #63A2DC Picton Blue

📋 copy color: '#63A2DC'

red 99 ◦ green 162 ◦ blue 220

#63A2DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Picton Blue #63A2DC

Tints of Picton Blue #63A2DC

RGB

 RED value IS 99 (39.06% from 255) = 20.58%

 GREEN value IS 162 (63.67% from 255) = 33.68%

 BLUE value IS 220 (86.33% from 255) = 45.74%

R = 20.58%
G = 33.68%
B = 45.74%

CMYK

 C value IS 0.55

 M value IS 0.26

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#63A2DC (or 0x63A2DC) is known color: Picton Blue. HEX triplet: 63, A2 and DC. RGB value is (99,162,220). Sum of RGB (Red+Green+Blue) = 99+162+220=481 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.58% from 481); Green value is 162 (63.67% from 255 or 33.68% from 481); Blue value is 220 (86.33% from 255 or 45.74% from 481); Max value from RGB is 220 - color contains mainly: blue. Hex color #63A2DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63A2DC is #9C5D23. Grayscale: #959595. Windows color (decimal): -10247460 or 14459491. OLE color: 14459491.

HSL color Cylindrical-coordinate representation of color #63A2DC: hue angle of 208.76º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #63A2DC is Cyan = 0.55, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 99 162 220 -
CMYK 0.55 0.26 0 0.14
HSL 208.76º 0.63% 0.63% -
HSV(B) 208.76º 0.55% 0.86% -
XYZ 30.98 33.66 72.57 -
YUV 149.78 167.63 91.78 -
System Red Green Blue C M Y K H S L
Decimal 99 162 220 0.55 0.26 0 0.14 208.76 0.63 0.63
Hex 63 A2 DC 37 1A 0 E D1 3F 3F
Octal 143 242 334 67 32 0 16 321 77 77
Binary 1100011 10100010 11011100 110111 11010 0 1110 11010001 111111 111111

Color Harmonies of #63A2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63A2DC

Black with #63A2DC

Text Example


Text Example

White with #63A2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,162,220); }

 H1.HeaderClassName
 {
   color: #63A2DC;
 }
 .AnyTagClassName
 {
   color: #63A2DC;
 }
</style>

background-color css

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

 a { background-color: rgb(99,162,220); }

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

border-color css

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

 span { border-color: rgb(99,162,220); }

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