Html Css Color HEX #63A2DD Picton Blue

📋 copy color: '#63A2DD'

red 99 ◦ green 162 ◦ blue 221

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

Shades of Picton Blue #63A2DD

Tints of Picton Blue #63A2DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.85%

R = 20.54%
G = 33.61%
B = 45.85%

CMYK

 C value IS 0.55

 M value IS 0.27

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#63A2DD (or 0x63A2DD) is known color: Picton Blue. HEX triplet: 63, A2 and DD. RGB value is (99,162,221). Sum of RGB (Red+Green+Blue) = 99+162+221=482 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.54% from 482); Green value is 162 (63.67% from 255 or 33.61% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 221 - color contains mainly: blue. Hex color #63A2DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63A2DD is #9C5D22. Grayscale: #959595. Windows color (decimal): -10247459 or 14525027. OLE color: 14525027.

HSL color Cylindrical-coordinate representation of color #63A2DD: hue angle of 209.02º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #63A2DD is Cyan = 0.55, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 99 162 221 -
CMYK 0.55 0.27 0 0.13
HSL 209.02º 0.64% 0.63% -
HSV(B) 209.02º 0.55% 0.87% -
XYZ 31.12 33.71 73.27 -
YUV 149.89 168.13 91.7 -
System Red Green Blue C M Y K H S L
Decimal 99 162 221 0.55 0.27 0 0.13 209.02 0.64 0.63
Hex 63 A2 DD 37 1B 0 D D1 40 3F
Octal 143 242 335 67 33 0 15 321 100 77
Binary 1100011 10100010 11011101 110111 11011 0 1101 11010001 1000000 111111

Color Harmonies of #63A2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63A2DD

Black with #63A2DD

Text Example


Text Example

White with #63A2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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