#63AFCC

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

Shades of Picton Blue #63AFCC

Tints of Picton Blue #63AFCC

Color information

#63AFCC (or 0x63AFCC) is unknown color: approx Picton Blue. HEX triplet: 63, AF and CC. RGB value is (99,175,204). Sum of RGB (Red+Green+Blue) = 99+175+204=478 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.71% from 478); Green value is 175 (68.75% from 255 or 36.61% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 204 - color contains mainly: blue. Hex color #63AFCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63AFCC is #9C5033. Grayscale: #9B9B9B. Windows color (decimal): -10244148 or 13414243. OLE color: 13414243.

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

Color convert

RGB99175204-
CMYK0.510.1400.2
HSL196.57º50.72%59.41%-
HSV(B)196.57º51.47%80%-
XYZ31.3737.6762.74-
YUV155.58155.3287.64-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 20.71%
GREEN value IS 175 (68.75% from 255) = 36.61%
BLUE value IS 204 (80.08% from 255) = 42.68%
R=20.71%
G=36.61%
B=42.68%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal991752040.510.1400.2196.5750.7259.41
Hex63AFCC33E014c5333b
Octal14325731463160243056373
Binary11000111010111111001100110011111001010011000101110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63AFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #63AFCC;
 }
 .AnyTagClassName
 {
   color: #63AFCC;
 }
</style>
background-color css

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

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

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

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

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

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