#63A9FA

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

Shades of Cornflower Blue #63A9FA

Tints of Cornflower Blue #63A9FA

Color information

#63A9FA (or 0x63A9FA) is unknown color: approx Cornflower Blue. HEX triplet: 63, A9 and FA. RGB value is (99,169,250). Sum of RGB (Red+Green+Blue) = 99+169+250=518 (68% of max value = 765). Red value is 99 (39.06% from 255 or 19.11% from 518); Green value is 169 (66.41% from 255 or 32.63% from 518); Blue value is 250 (98.05% from 255 or 48.26% from 518); Max value from RGB is 250 - color contains mainly: blue. Hex color #63A9FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #63A9FA is #9C5605. Grayscale: #9C9C9C. Windows color (decimal): -10245638 or 16427363. OLE color: 16427363.

HSL color Cylindrical-coordinate representation of color #63A9FA: hue angle of 212.19º degrees, saturation: 0.94, 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 #63A9FA is Cyan = 0.60, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB99169250-
CMYK0.600.3200.02
HSL212.19º93.79%68.43%-
HSV(B)212.19º60.4%98.04%-
XYZ36.5937.9395.84-
YUV157.3180.3186.41-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 19.11%
GREEN value IS 169 (66.41% from 255) = 32.63%
BLUE value IS 250 (98.05% from 255) = 48.26%
R=19.11%
G=32.63%
B=48.26%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal991692500.600.3200.02212.1993.7968.43
Hex63A9FA3C2002d45e44
Octal143251372744002324136104
Binary110001110101001111110101111001000000101101010010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63A9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,169,250); }

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

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

 a { background-color: rgb(99,169,250); }

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

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

 span { border-color: rgb(99,169,250); }

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