Html Css Color HEX #63AECB Picton Blue

📋 copy color: '#63AECB'

red 99 ◦ green 174 ◦ blue 203

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

Shades of Picton Blue #63AECB

Tints of Picton Blue #63AECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.65%

R = 20.8%
G = 36.55%
B = 42.65%

CMYK

 C value IS 0.51

 M value IS 0.14

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#63AECB (or 0x63AECB) is known color: Picton Blue. HEX triplet: 63, AE and CB. RGB value is (99,174,203). Sum of RGB (Red+Green+Blue) = 99+174+203=476 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.80% from 476); Green value is 174 (68.36% from 255 or 36.55% from 476); Blue value is 203 (79.69% from 255 or 42.65% from 476); Max value from RGB is 203 - color contains mainly: blue. Hex color #63AECB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63AECB is #9C5134. Grayscale: #9A9A9A. Windows color (decimal): -10244405 or 13348451. OLE color: 13348451.

HSL color Cylindrical-coordinate representation of color #63AECB: hue angle of 196.73º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #63AECB is Cyan = 0.51, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 99 174 203 -
CMYK 0.51 0.14 0 0.20
HSL 196.73º 0.5% 0.59% -
HSV(B) 196.73º 0.51% 0.8% -
XYZ 31.06 37.24 62.05 -
YUV 154.88 155.15 88.14 -
System Red Green Blue C M Y K H S L
Decimal 99 174 203 0.51 0.14 0 0.20 196.73 0.5 0.59
Hex 63 AE CB 33 E 0 14 C5 32 3B
Octal 143 256 313 63 16 0 24 305 62 73
Binary 1100011 10101110 11001011 110011 1110 0 10100 11000101 110010 111011

Color Harmonies of #63AECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63AECB

Black with #63AECB

Text Example


Text Example

White with #63AECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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