Html Css Color HEX #63A5D9 Picton Blue

📋 copy color: '#63A5D9'

red 99 ◦ green 165 ◦ blue 217

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

Shades of Picton Blue #63A5D9

Tints of Picton Blue #63A5D9

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.3%

 BLUE value IS 217 (85.16% from 255) = 45.11%

R = 20.58%
G = 34.3%
B = 45.11%

CMYK

 C value IS 0.54

 M value IS 0.24

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#63A5D9 (or 0x63A5D9) is known color: Picton Blue. HEX triplet: 63, A5 and D9. RGB value is (99,165,217). Sum of RGB (Red+Green+Blue) = 99+165+217=481 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.58% from 481); Green value is 165 (64.84% from 255 or 34.30% from 481); Blue value is 217 (85.16% from 255 or 45.11% from 481); Max value from RGB is 217 - color contains mainly: blue. Hex color #63A5D9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63A5D9 is #9C5A26. Grayscale: #969696. Windows color (decimal): -10246695 or 14263651. OLE color: 14263651.

HSL color Cylindrical-coordinate representation of color #63A5D9: hue angle of 206.44º degrees, saturation: 0.61, 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 #63A5D9 is Cyan = 0.54, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 99 165 217 -
CMYK 0.54 0.24 0 0.15
HSL 206.44º 0.61% 0.62% -
HSV(B) 206.44º 0.54% 0.85% -
XYZ 31.13 34.57 70.68 -
YUV 151.19 165.13 90.77 -
System Red Green Blue C M Y K H S L
Decimal 99 165 217 0.54 0.24 0 0.15 206.44 0.61 0.62
Hex 63 A5 D9 36 18 0 F CE 3D 3E
Octal 143 245 331 66 30 0 17 316 75 76
Binary 1100011 10100101 11011001 110110 11000 0 1111 11001110 111101 111110

Color Harmonies of #63A5D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63A5D9

Black with #63A5D9

Text Example


Text Example

White with #63A5D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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