#63A4FE

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

Shades of Cornflower Blue #63A4FE

Tints of Cornflower Blue #63A4FE

Color information

#63A4FE (or 0x63A4FE) is unknown color: approx Cornflower Blue. HEX triplet: 63, A4 and FE. RGB value is (99,164,254). Sum of RGB (Red+Green+Blue) = 99+164+254=517 (68% of max value = 765). Red value is 99 (39.06% from 255 or 19.15% from 517); Green value is 164 (64.45% from 255 or 31.72% from 517); Blue value is 254 (99.61% from 255 or 49.13% from 517); Max value from RGB is 254 - color contains mainly: blue. Hex color #63A4FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #63A4FE is #9C5B01. Grayscale: #9A9A9A. Windows color (decimal): -10246914 or 16688227. OLE color: 16688227.

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

Color convert

RGB99164254-
CMYK0.610.3500.00
HSL214.84º98.73%69.22%-
HSV(B)214.84º61.02%99.61%-
XYZ36.3136.3698.87-
YUV154.82183.9788.18-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 19.15%
GREEN value IS 164 (64.45% from 255) = 31.72%
BLUE value IS 254 (99.61% from 255) = 49.13%
R=19.15%
G=31.72%
B=49.13%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal991642540.610.3500.00214.8498.7369.22
Hex63A4FE3D2300d76345
Octal143244376754300327143105
Binary11000111010010011111110111101100011001101011111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63A4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,164,254); }

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

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

 a { background-color: rgb(99,164,254); }

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

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

 span { border-color: rgb(99,164,254); }

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