#63A5F9

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

Shades of Cornflower Blue #63A5F9

Tints of Cornflower Blue #63A5F9

Color information

#63A5F9 (or 0x63A5F9) is unknown color: approx Cornflower Blue. HEX triplet: 63, A5 and F9. RGB value is (99,165,249). Sum of RGB (Red+Green+Blue) = 99+165+249=513 (67% of max value = 765). Red value is 99 (39.06% from 255 or 19.30% from 513); Green value is 165 (64.84% from 255 or 32.16% from 513); Blue value is 249 (97.66% from 255 or 48.54% from 513); Max value from RGB is 249 - color contains mainly: blue. Hex color #63A5F9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #63A5F9 is #9C5A06. Grayscale: #9A9A9A. Windows color (decimal): -10246663 or 16360803. OLE color: 16360803.

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

Color convert

RGB99165249-
CMYK0.600.3400.02
HSL213.6º92.59%68.24%-
HSV(B)213.6º60.24%97.65%-
XYZ35.736.494.77-
YUV154.84181.1388.17-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 19.30%
GREEN value IS 165 (64.84% from 255) = 32.16%
BLUE value IS 249 (97.66% from 255) = 48.54%
R=19.30%
G=32.16%
B=48.54%

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
Decimal991652490.600.3400.02213.692.5968.24
Hex63A5F93C2202d65d44
Octal143245371744202326135104
Binary110001110100101111110011111001000100101101011010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63A5F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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