Html Css Color HEX #63AFCD Picton Blue

📋 copy color: '#63AFCD'

red 99 ◦ green 175 ◦ blue 205

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

Shades of Picton Blue #63AFCD

Tints of Picton Blue #63AFCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.8%

R = 20.67%
G = 36.53%
B = 42.8%

CMYK

 C value IS 0.52

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#63AFCD (or 0x63AFCD) is known color: Picton Blue. HEX triplet: 63, AF and CD. RGB value is (99,175,205). Sum of RGB (Red+Green+Blue) = 99+175+205=479 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.67% from 479); Green value is 175 (68.75% from 255 or 36.53% from 479); Blue value is 205 (80.47% from 255 or 42.80% from 479); Max value from RGB is 205 - color contains mainly: blue. Hex color #63AFCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63AFCD is #9C5032. Grayscale: #9B9B9B. Windows color (decimal): -10244147 or 13479779. OLE color: 13479779.

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

Color convert

RGB 99 175 205 -
CMYK 0.52 0.15 0 0.20
HSL 196.98º 0.51% 0.6% -
HSV(B) 196.98º 0.52% 0.8% -
XYZ 31.5 37.72 63.38 -
YUV 155.7 155.82 87.56 -
System Red Green Blue C M Y K H S L
Decimal 99 175 205 0.52 0.15 0 0.20 196.98 0.51 0.6
Hex 63 AF CD 34 F 0 14 C5 33 3C
Octal 143 257 315 64 17 0 24 305 63 74
Binary 1100011 10101111 11001101 110100 1111 0 10100 11000101 110011 111100

Color Harmonies of #63AFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63AFCD

Black with #63AFCD

Text Example


Text Example

White with #63AFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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