Html Css Color HEX #63ADCD Picton Blue

📋 copy color: '#63ADCD'

red 99 ◦ green 173 ◦ blue 205

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

Shades of Picton Blue #63ADCD

Tints of Picton Blue #63ADCD

RGB

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

 GREEN value IS 173 (67.97% from 255) = 36.27%

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

R = 20.75%
G = 36.27%
B = 42.98%

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

#63ADCD (or 0x63ADCD) is known color: Picton Blue. HEX triplet: 63, AD and CD. RGB value is (99,173,205). Sum of RGB (Red+Green+Blue) = 99+173+205=477 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.75% from 477); Green value is 173 (67.97% from 255 or 36.27% from 477); Blue value is 205 (80.47% from 255 or 42.98% from 477); Max value from RGB is 205 - color contains mainly: blue. Hex color #63ADCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63ADCD is #9C5232. Grayscale: #9A9A9A. Windows color (decimal): -10244659 or 13479267. OLE color: 13479267.

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

Color convert

RGB 99 173 205 -
CMYK 0.52 0.16 0 0.20
HSL 198.11º 0.51% 0.6% -
HSV(B) 198.11º 0.52% 0.8% -
XYZ 31.11 36.95 63.25 -
YUV 154.52 156.48 88.4 -
System Red Green Blue C M Y K H S L
Decimal 99 173 205 0.52 0.16 0 0.20 198.11 0.51 0.6
Hex 63 AD CD 34 10 0 14 C6 33 3C
Octal 143 255 315 64 20 0 24 306 63 74
Binary 1100011 10101101 11001101 110100 10000 0 10100 11000110 110011 111100

Color Harmonies of #63ADCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63ADCD

Black with #63ADCD

Text Example


Text Example

White with #63ADCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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