#63A8EC

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

Shades of Cornflower Blue #63A8EC

Tints of Cornflower Blue #63A8EC

Color information

#63A8EC (or 0x63A8EC) is unknown color: approx Cornflower Blue. HEX triplet: 63, A8 and EC. RGB value is (99,168,236). Sum of RGB (Red+Green+Blue) = 99+168+236=503 (66% of max value = 765). Red value is 99 (39.06% from 255 or 19.68% from 503); Green value is 168 (66.02% from 255 or 33.40% from 503); Blue value is 236 (92.58% from 255 or 46.92% from 503); Max value from RGB is 236 - color contains mainly: blue. Hex color #63A8EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #63A8EC is #9C5713. Grayscale: #9A9A9A. Windows color (decimal): -10245908 or 15509603. OLE color: 15509603.

HSL color Cylindrical-coordinate representation of color #63A8EC: hue angle of 209.78º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #63A8EC is Cyan = 0.58, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB99168236-
CMYK0.580.2900.07
HSL209.78º78.29%65.69%-
HSV(B)209.78º58.05%92.55%-
XYZ34.2936.7184.64-
YUV155.12173.6487.97-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 19.68%
GREEN value IS 168 (66.02% from 255) = 33.40%
BLUE value IS 236 (92.58% from 255) = 46.92%
R=19.68%
G=33.40%
B=46.92%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal991682360.580.2900.07209.7878.2965.69
Hex63A8EC3A1D07d24e42
Octal143250354723507322116102
Binary110001110101000111011001110101110101111101001010011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63A8EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,168,236); }

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

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

 a { background-color: rgb(99,168,236); }

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

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

 span { border-color: rgb(99,168,236); }

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