#63A3FC

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

Shades of Cornflower Blue #63A3FC

Tints of Cornflower Blue #63A3FC

Color information

#63A3FC (or 0x63A3FC) is unknown color: approx Cornflower Blue. HEX triplet: 63, A3 and FC. RGB value is (99,163,252). Sum of RGB (Red+Green+Blue) = 99+163+252=514 (68% of max value = 765). Red value is 99 (39.06% from 255 or 19.26% from 514); Green value is 163 (64.06% from 255 or 31.71% from 514); Blue value is 252 (98.83% from 255 or 49.03% from 514); Max value from RGB is 252 - color contains mainly: blue. Hex color #63A3FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #63A3FC is #9C5C03. Grayscale: #999999. Windows color (decimal): -10247172 or 16556899. OLE color: 16556899.

HSL color Cylindrical-coordinate representation of color #63A3FC: hue angle of 214.9º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #63A3FC is Cyan = 0.61, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB99163252-
CMYK0.610.3500.01
HSL214.9º96.23%68.82%-
HSV(B)214.9º60.71%98.82%-
XYZ35.8135.8897.13-
YUV154.01183.388.76-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 19.26%
GREEN value IS 163 (64.06% from 255) = 31.71%
BLUE value IS 252 (98.83% from 255) = 49.03%
R=19.26%
G=31.71%
B=49.03%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal991632520.610.3500.01214.996.2368.82
Hex63A3FC3D2301d76045
Octal143243374754301327140105
Binary11000111010001111111100111101100011011101011111000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63A3FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,163,252); }

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

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

 a { background-color: rgb(99,163,252); }

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

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

 span { border-color: rgb(99,163,252); }

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