#63A5FE

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

Shades of Cornflower Blue #63A5FE

Tints of Cornflower Blue #63A5FE

Color information

#63A5FE (or 0x63A5FE) is unknown color: approx Cornflower Blue. HEX triplet: 63, A5 and FE. RGB value is (99,165,254). Sum of RGB (Red+Green+Blue) = 99+165+254=518 (68% of max value = 765). Red value is 99 (39.06% from 255 or 19.11% from 518); Green value is 165 (64.84% from 255 or 31.85% from 518); Blue value is 254 (99.61% from 255 or 49.03% from 518); Max value from RGB is 254 - color contains mainly: blue. Hex color #63A5FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #63A5FE is #9C5A01. Grayscale: #9A9A9A. Windows color (decimal): -10246658 or 16688483. OLE color: 16688483.

HSL color Cylindrical-coordinate representation of color #63A5FE: hue angle of 214.45º 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 #63A5FE is Cyan = 0.61, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB99165254-
CMYK0.610.3500.00
HSL214.45º98.73%69.22%-
HSV(B)214.45º61.02%99.61%-
XYZ36.4936.7298.93-
YUV155.41183.6387.76-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 19.11%
GREEN value IS 165 (64.84% from 255) = 31.85%
BLUE value IS 254 (99.61% from 255) = 49.03%
R=19.11%
G=31.85%
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.00
SystemRedGreenBlueCMYKHSL
Decimal991652540.610.3500.00214.4598.7369.22
Hex63A5FE3D2300d66345
Octal143245376754300326143105
Binary11000111010010111111110111101100011001101011011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63A5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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