Html Css Color HEX #63ADCE Picton Blue

📋 copy color: '#63ADCE'

red 99 ◦ green 173 ◦ blue 206

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

Shades of Picton Blue #63ADCE

Tints of Picton Blue #63ADCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.1%

R = 20.71%
G = 36.19%
B = 43.1%

CMYK

 C value IS 0.52

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#63ADCE (or 0x63ADCE) is known color: Picton Blue. HEX triplet: 63, AD and CE. RGB value is (99,173,206). Sum of RGB (Red+Green+Blue) = 99+173+206=478 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.71% from 478); Green value is 173 (67.97% from 255 or 36.19% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 206 - color contains mainly: blue. Hex color #63ADCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63ADCE is #9C5231. Grayscale: #9A9A9A. Windows color (decimal): -10244658 or 13544803. OLE color: 13544803.

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

Color convert

RGB 99 173 206 -
CMYK 0.52 0.16 0 0.19
HSL 198.5º 0.52% 0.6% -
HSV(B) 198.5º 0.52% 0.81% -
XYZ 31.23 37 63.89 -
YUV 154.64 156.98 88.32 -
System Red Green Blue C M Y K H S L
Decimal 99 173 206 0.52 0.16 0 0.19 198.5 0.52 0.6
Hex 63 AD CE 34 10 0 13 C7 34 3C
Octal 143 255 316 64 20 0 23 307 64 74
Binary 1100011 10101101 11001110 110100 10000 0 10011 11000111 110100 111100

Color Harmonies of #63ADCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63ADCE

Black with #63ADCE

Text Example


Text Example

White with #63ADCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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