Html Css Color HEX #63ABCD Picton Blue

📋 copy color: '#63ABCD'

red 99 ◦ green 171 ◦ blue 205

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

Shades of Picton Blue #63ABCD

Tints of Picton Blue #63ABCD

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36%

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

R = 20.84%
G = 36%
B = 43.16%

CMYK

 C value IS 0.52

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#63ABCD (or 0x63ABCD) is known color: Picton Blue. HEX triplet: 63, AB and CD. RGB value is (99,171,205). Sum of RGB (Red+Green+Blue) = 99+171+205=475 (62% of max value = 765). Red value is 99 (39.06% from 255 or 20.84% from 475); Green value is 171 (67.19% from 255 or 36% from 475); Blue value is 205 (80.47% from 255 or 43.16% from 475); Max value from RGB is 205 - color contains mainly: blue. Hex color #63ABCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63ABCD is #9C5432. Grayscale: #999999. Windows color (decimal): -10245171 or 13478755. OLE color: 13478755.

HSL color Cylindrical-coordinate representation of color #63ABCD: hue angle of 199.25º 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 #63ABCD is Cyan = 0.52, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 99 171 205 -
CMYK 0.52 0.17 0 0.20
HSL 199.25º 0.51% 0.6% -
HSV(B) 199.25º 0.52% 0.8% -
XYZ 30.73 36.19 63.12 -
YUV 153.35 157.15 89.24 -
System Red Green Blue C M Y K H S L
Decimal 99 171 205 0.52 0.17 0 0.20 199.25 0.51 0.6
Hex 63 AB CD 34 11 0 14 C7 33 3C
Octal 143 253 315 64 21 0 24 307 63 74
Binary 1100011 10101011 11001101 110100 10001 0 10100 11000111 110011 111100

Color Harmonies of #63ABCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63ABCD

Black with #63ABCD

Text Example


Text Example

White with #63ABCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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