Html Css Color HEX #63ACCB Picton Blue

📋 copy color: '#63ACCB'

red 99 ◦ green 172 ◦ blue 203

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

Shades of Picton Blue #63ACCB

Tints of Picton Blue #63ACCB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.29%

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

R = 20.89%
G = 36.29%
B = 42.83%

CMYK

 C value IS 0.51

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#63ACCB (or 0x63ACCB) is known color: Picton Blue. HEX triplet: 63, AC and CB. RGB value is (99,172,203). Sum of RGB (Red+Green+Blue) = 99+172+203=474 (62% of max value = 765). Red value is 99 (39.06% from 255 or 20.89% from 474); Green value is 172 (67.58% from 255 or 36.29% from 474); Blue value is 203 (79.69% from 255 or 42.83% from 474); Max value from RGB is 203 - color contains mainly: blue. Hex color #63ACCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63ACCB is #9C5334. Grayscale: #999999. Windows color (decimal): -10244917 or 13347939. OLE color: 13347939.

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

Color convert

RGB 99 172 203 -
CMYK 0.51 0.15 0 0.20
HSL 197.88º 0.5% 0.59% -
HSV(B) 197.88º 0.51% 0.8% -
XYZ 30.68 36.47 61.92 -
YUV 153.71 155.82 88.98 -
System Red Green Blue C M Y K H S L
Decimal 99 172 203 0.51 0.15 0 0.20 197.88 0.5 0.59
Hex 63 AC CB 33 F 0 14 C6 32 3B
Octal 143 254 313 63 17 0 24 306 62 73
Binary 1100011 10101100 11001011 110011 1111 0 10100 11000110 110010 111011

Color Harmonies of #63ACCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63ACCB

Black with #63ACCB

Text Example


Text Example

White with #63ACCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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