Html Css Color HEX #63AECC Picton Blue

📋 copy color: '#63AECC'

red 99 ◦ green 174 ◦ blue 204

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

Shades of Picton Blue #63AECC

Tints of Picton Blue #63AECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.77%

R = 20.75%
G = 36.48%
B = 42.77%

CMYK

 C value IS 0.51

 M value IS 0.15

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#63AECC (or 0x63AECC) is known color: Picton Blue. HEX triplet: 63, AE and CC. RGB value is (99,174,204). Sum of RGB (Red+Green+Blue) = 99+174+204=477 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.75% from 477); Green value is 174 (68.36% from 255 or 36.48% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 204 - color contains mainly: blue. Hex color #63AECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63AECC is #9C5133. Grayscale: #9A9A9A. Windows color (decimal): -10244404 or 13413987. OLE color: 13413987.

HSL color Cylindrical-coordinate representation of color #63AECC: hue angle of 197.14º degrees, saturation: 0.51, 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 #63AECC is Cyan = 0.51, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 99 174 204 -
CMYK 0.51 0.15 0 0.2
HSL 197.14º 0.51% 0.59% -
HSV(B) 197.14º 0.51% 0.8% -
XYZ 31.18 37.28 62.68 -
YUV 155 155.65 88.06 -
System Red Green Blue C M Y K H S L
Decimal 99 174 204 0.51 0.15 0 0.2 197.14 0.51 0.59
Hex 63 AE CC 33 F 0 14 C5 33 3B
Octal 143 256 314 63 17 0 24 305 63 73
Binary 1100011 10101110 11001100 110011 1111 0 10100 11000101 110011 111011

Color Harmonies of #63AECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63AECC

Black with #63AECC

Text Example


Text Example

White with #63AECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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