Html Css Color HEX #63A8D9 Picton Blue

📋 copy color: '#63A8D9'

red 99 ◦ green 168 ◦ blue 217

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

Shades of Picton Blue #63A8D9

Tints of Picton Blue #63A8D9

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.71%

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

R = 20.45%
G = 34.71%
B = 44.83%

CMYK

 C value IS 0.54

 M value IS 0.23

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#63A8D9 (or 0x63A8D9) is known color: Picton Blue. HEX triplet: 63, A8 and D9. RGB value is (99,168,217). Sum of RGB (Red+Green+Blue) = 99+168+217=484 (64% of max value = 765). Red value is 99 (39.06% from 255 or 20.45% from 484); Green value is 168 (66.02% from 255 or 34.71% from 484); Blue value is 217 (85.16% from 255 or 44.83% from 484); Max value from RGB is 217 - color contains mainly: blue. Hex color #63A8D9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63A8D9 is #9C5726. Grayscale: #989898. Windows color (decimal): -10245927 or 14264419. OLE color: 14264419.

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

Color convert

RGB 99 168 217 -
CMYK 0.54 0.23 0 0.15
HSL 204.92º 0.61% 0.62% -
HSV(B) 204.92º 0.54% 0.85% -
XYZ 31.67 35.67 70.86 -
YUV 152.96 164.14 89.52 -
System Red Green Blue C M Y K H S L
Decimal 99 168 217 0.54 0.23 0 0.15 204.92 0.61 0.62
Hex 63 A8 D9 36 17 0 F CD 3D 3E
Octal 143 250 331 66 27 0 17 315 75 76
Binary 1100011 10101000 11011001 110110 10111 0 1111 11001101 111101 111110

Color Harmonies of #63A8D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63A8D9

Black with #63A8D9

Text Example


Text Example

White with #63A8D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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