#63A4F9

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

Shades of Cornflower Blue #63A4F9

Tints of Cornflower Blue #63A4F9

Color information

#63A4F9 (or 0x63A4F9) is unknown color: approx Cornflower Blue. HEX triplet: 63, A4 and F9. RGB value is (99,164,249). Sum of RGB (Red+Green+Blue) = 99+164+249=512 (67% of max value = 765). Red value is 99 (39.06% from 255 or 19.34% from 512); Green value is 164 (64.45% from 255 or 32.03% from 512); Blue value is 249 (97.66% from 255 or 48.63% from 512); Max value from RGB is 249 - color contains mainly: blue. Hex color #63A4F9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #63A4F9 is #9C5B06. Grayscale: #999999. Windows color (decimal): -10246919 or 16360547. OLE color: 16360547.

HSL color Cylindrical-coordinate representation of color #63A4F9: hue angle of 214º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #63A4F9 is Cyan = 0.60, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB99164249-
CMYK0.600.3400.02
HSL214º92.59%68.24%-
HSV(B)214º60.24%97.65%-
XYZ35.5236.0494.71-
YUV154.26181.4788.59-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 19.34%
GREEN value IS 164 (64.45% from 255) = 32.03%
BLUE value IS 249 (97.66% from 255) = 48.63%
R=19.34%
G=32.03%
B=48.63%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal991642490.600.3400.0221492.5968.24
Hex63A4F93C2202d65d44
Octal143244371744202326135104
Binary110001110100100111110011111001000100101101011010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63A4F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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