Html Css Color HEX #63ACCD Picton Blue

📋 copy color: '#63ACCD'

red 99 ◦ green 172 ◦ blue 205

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

Shades of Picton Blue #63ACCD

Tints of Picton Blue #63ACCD

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.13%

 BLUE value IS 205 (80.47% from 255) = 43.07%

R = 20.8%
G = 36.13%
B = 43.07%

CMYK

 C value IS 0.52

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#63ACCD (or 0x63ACCD) is known color: Picton Blue. HEX triplet: 63, AC and CD. RGB value is (99,172,205). Sum of RGB (Red+Green+Blue) = 99+172+205=476 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.80% from 476); Green value is 172 (67.58% from 255 or 36.13% from 476); Blue value is 205 (80.47% from 255 or 43.07% from 476); Max value from RGB is 205 - color contains mainly: blue. Hex color #63ACCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63ACCD is #9C5332. Grayscale: #999999. Windows color (decimal): -10244915 or 13479011. OLE color: 13479011.

HSL color Cylindrical-coordinate representation of color #63ACCD: hue angle of 198.68º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #63ACCD is Cyan = 0.52, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 99 172 205 -
CMYK 0.52 0.16 0 0.20
HSL 198.68º 0.51% 0.6% -
HSV(B) 198.68º 0.52% 0.8% -
XYZ 30.92 36.57 63.19 -
YUV 153.94 156.82 88.82 -
System Red Green Blue C M Y K H S L
Decimal 99 172 205 0.52 0.16 0 0.20 198.68 0.51 0.6
Hex 63 AC CD 34 10 0 14 C7 33 3C
Octal 143 254 315 64 20 0 24 307 63 74
Binary 1100011 10101100 11001101 110100 10000 0 10100 11000111 110011 111100

Color Harmonies of #63ACCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63ACCD

Black with #63ACCD

Text Example


Text Example

White with #63ACCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,172,205); }

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

background-color css

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

 a { background-color: rgb(99,172,205); }

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

border-color css

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

 span { border-color: rgb(99,172,205); }

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