Html Css Color HEX #63AECE Picton Blue

📋 copy color: '#63AECE'

red 99 ◦ green 174 ◦ blue 206

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

Shades of Picton Blue #63AECE

Tints of Picton Blue #63AECE

RGB

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

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

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

R = 20.67%
G = 36.33%
B = 43.01%

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

#63AECE (or 0x63AECE) is known color: Picton Blue. HEX triplet: 63, AE and CE. RGB value is (99,174,206). Sum of RGB (Red+Green+Blue) = 99+174+206=479 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.67% from 479); Green value is 174 (68.36% from 255 or 36.33% from 479); Blue value is 206 (80.86% from 255 or 43.01% from 479); Max value from RGB is 206 - color contains mainly: blue. Hex color #63AECE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63AECE is #9C5131. Grayscale: #9B9B9B. Windows color (decimal): -10244402 or 13545059. OLE color: 13545059.

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

Color convert

RGB 99 174 206 -
CMYK 0.52 0.16 0 0.19
HSL 197.94º 0.52% 0.6% -
HSV(B) 197.94º 0.52% 0.81% -
XYZ 31.42 37.38 63.95 -
YUV 155.22 156.65 87.9 -
System Red Green Blue C M Y K H S L
Decimal 99 174 206 0.52 0.16 0 0.19 197.94 0.52 0.6
Hex 63 AE CE 34 10 0 13 C6 34 3C
Octal 143 256 316 64 20 0 23 306 64 74
Binary 1100011 10101110 11001110 110100 10000 0 10011 11000110 110100 111100

Color Harmonies of #63AECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63AECE

Black with #63AECE

Text Example


Text Example

White with #63AECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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