Html Css Color HEX #63AACA Picton Blue

📋 copy color: '#63AACA'

red 99 ◦ green 170 ◦ blue 202

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

Shades of Picton Blue #63AACA

Tints of Picton Blue #63AACA

RGB

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

 GREEN value IS 170 (66.8% from 255) = 36.09%

 BLUE value IS 202 (79.3% from 255) = 42.89%

R = 21.02%
G = 36.09%
B = 42.89%

CMYK

 C value IS 0.51

 M value IS 0.16

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#63AACA (or 0x63AACA) is known color: Picton Blue. HEX triplet: 63, AA and CA. RGB value is (99,170,202). Sum of RGB (Red+Green+Blue) = 99+170+202=471 (62% of max value = 765). Red value is 99 (39.06% from 255 or 21.02% from 471); Green value is 170 (66.80% from 255 or 36.09% from 471); Blue value is 202 (79.30% from 255 or 42.89% from 471); Max value from RGB is 202 - color contains mainly: blue. Hex color #63AACA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63AACA is #9C5535. Grayscale: #989898. Windows color (decimal): -10245430 or 13281891. OLE color: 13281891.

HSL color Cylindrical-coordinate representation of color #63AACA: hue angle of 198.64º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #63AACA is Cyan = 0.51, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 99 170 202 -
CMYK 0.51 0.16 0 0.21
HSL 198.64º 0.49% 0.59% -
HSV(B) 198.64º 0.51% 0.79% -
XYZ 30.18 35.67 61.17 -
YUV 152.42 155.98 89.9 -
System Red Green Blue C M Y K H S L
Decimal 99 170 202 0.51 0.16 0 0.21 198.64 0.49 0.59
Hex 63 AA CA 33 10 0 15 C7 31 3B
Octal 143 252 312 63 20 0 25 307 61 73
Binary 1100011 10101010 11001010 110011 10000 0 10101 11000111 110001 111011

Color Harmonies of #63AACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63AACA

Black with #63AACA

Text Example


Text Example

White with #63AACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,170,202); }

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

background-color css

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

 a { background-color: rgb(99,170,202); }

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

border-color css

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

 span { border-color: rgb(99,170,202); }

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