#63AFCD

Color #63AFCD Picton Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picton Blue #63AFCD

Tints of Picton Blue #63AFCD

Color information

#63AFCD (or 0x63AFCD) is unknown color: approx 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

RGB99175205-
CMYK0.520.1500.20
HSL196.98º51.46%59.61%-
HSV(B)196.98º51.71%80.39%-
XYZ31.537.7263.38-
YUV155.7155.8287.56-

RGB Variations

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

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.80%
R=20.67%
G=36.53%
B=42.80%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal991752050.520.1500.20196.9851.4659.61
Hex63AFCD34F014c5333c
Octal14325731564170243056374
Binary11000111010111111001101110100111101010011000101110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63AFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>