Html Css Color HEX #63ABCC Picton Blue

📋 copy color: '#63ABCC'

red 99 ◦ green 171 ◦ blue 204

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

Shades of Picton Blue #63ABCC

Tints of Picton Blue #63ABCC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.08%

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

R = 20.89%
G = 36.08%
B = 43.04%

CMYK

 C value IS 0.51

 M value IS 0.16

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#63ABCC (or 0x63ABCC) is known color: Picton Blue. HEX triplet: 63, AB and CC. RGB value is (99,171,204). Sum of RGB (Red+Green+Blue) = 99+171+204=474 (62% of max value = 765). Red value is 99 (39.06% from 255 or 20.89% from 474); Green value is 171 (67.19% from 255 or 36.08% from 474); Blue value is 204 (80.08% from 255 or 43.04% from 474); Max value from RGB is 204 - color contains mainly: blue. Hex color #63ABCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63ABCC is #9C5433. Grayscale: #999999. Windows color (decimal): -10245172 or 13413219. OLE color: 13413219.

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

Color convert

RGB 99 171 204 -
CMYK 0.51 0.16 0 0.2
HSL 198.86º 0.51% 0.59% -
HSV(B) 198.86º 0.51% 0.8% -
XYZ 30.61 36.14 62.49 -
YUV 153.23 156.65 89.32 -
System Red Green Blue C M Y K H S L
Decimal 99 171 204 0.51 0.16 0 0.2 198.86 0.51 0.59
Hex 63 AB CC 33 10 0 14 C7 33 3B
Octal 143 253 314 63 20 0 24 307 63 73
Binary 1100011 10101011 11001100 110011 10000 0 10100 11000111 110011 111011

Color Harmonies of #63ABCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63ABCC

Black with #63ABCC

Text Example


Text Example

White with #63ABCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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