Html Css Color HEX #63AFCB Picton Blue

📋 copy color: '#63AFCB'

red 99 ◦ green 175 ◦ blue 203

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

Shades of Picton Blue #63AFCB

Tints of Picton Blue #63AFCB

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.69%

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

R = 20.75%
G = 36.69%
B = 42.56%

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

#63AFCB (or 0x63AFCB) is known color: Picton Blue. HEX triplet: 63, AF and CB. RGB value is (99,175,203). Sum of RGB (Red+Green+Blue) = 99+175+203=477 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.75% from 477); Green value is 175 (68.75% from 255 or 36.69% from 477); Blue value is 203 (79.69% from 255 or 42.56% from 477); Max value from RGB is 203 - color contains mainly: blue. Hex color #63AFCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63AFCB is #9C5034. Grayscale: #9B9B9B. Windows color (decimal): -10244149 or 13348707. OLE color: 13348707.

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

Color convert

RGB 99 175 203 -
CMYK 0.51 0.14 0 0.20
HSL 196.15º 0.5% 0.59% -
HSV(B) 196.15º 0.51% 0.8% -
XYZ 31.26 37.62 62.11 -
YUV 155.47 154.82 87.72 -
System Red Green Blue C M Y K H S L
Decimal 99 175 203 0.51 0.14 0 0.20 196.15 0.5 0.59
Hex 63 AF CB 33 E 0 14 C4 32 3B
Octal 143 257 313 63 16 0 24 304 62 73
Binary 1100011 10101111 11001011 110011 1110 0 10100 11000100 110010 111011

Color Harmonies of #63AFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63AFCB

Black with #63AFCB

Text Example


Text Example

White with #63AFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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