Html Css Color HEX #63AED0 Picton Blue

📋 copy color: '#63AED0'

red 99 ◦ green 174 ◦ blue 208

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

Shades of Picton Blue #63AED0

Tints of Picton Blue #63AED0

RGB

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

 GREEN value IS 174 (68.36% from 255) = 36.17%

 BLUE value IS 208 (81.64% from 255) = 43.24%

R = 20.58%
G = 36.17%
B = 43.24%

CMYK

 C value IS 0.52

 M value IS 0.16

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#63AED0 (or 0x63AED0) is known color: Picton Blue. HEX triplet: 63, AE and D0. RGB value is (99,174,208). Sum of RGB (Red+Green+Blue) = 99+174+208=481 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.58% from 481); Green value is 174 (68.36% from 255 or 36.17% from 481); Blue value is 208 (81.64% from 255 or 43.24% from 481); Max value from RGB is 208 - color contains mainly: blue. Hex color #63AED0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63AED0 is #9C512F. Grayscale: #9B9B9B. Windows color (decimal): -10244400 or 13676131. OLE color: 13676131.

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

Color convert

RGB 99 174 208 -
CMYK 0.52 0.16 0 0.18
HSL 198.72º 0.54% 0.6% -
HSV(B) 198.72º 0.52% 0.82% -
XYZ 31.67 37.48 65.24 -
YUV 155.45 157.65 87.74 -
System Red Green Blue C M Y K H S L
Decimal 99 174 208 0.52 0.16 0 0.18 198.72 0.54 0.6
Hex 63 AE D0 34 10 0 12 C7 36 3C
Octal 143 256 320 64 20 0 22 307 66 74
Binary 1100011 10101110 11010000 110100 10000 0 10010 11000111 110110 111100

Color Harmonies of #63AED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63AED0

Black with #63AED0

Text Example


Text Example

White with #63AED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,174,208); }

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

background-color css

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

 a { background-color: rgb(99,174,208); }

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

border-color css

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

 span { border-color: rgb(99,174,208); }

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