#63A6ED

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

Shades of Cornflower Blue #63A6ED

Tints of Cornflower Blue #63A6ED

Color information

#63A6ED (or 0x63A6ED) is unknown color: approx Cornflower Blue. HEX triplet: 63, A6 and ED. RGB value is (99,166,237). Sum of RGB (Red+Green+Blue) = 99+166+237=502 (66% of max value = 765). Red value is 99 (39.06% from 255 or 19.72% from 502); Green value is 166 (65.23% from 255 or 33.07% from 502); Blue value is 237 (92.97% from 255 or 47.21% from 502); Max value from RGB is 237 - color contains mainly: blue. Hex color #63A6ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #63A6ED is #9C5912. Grayscale: #999999. Windows color (decimal): -10246419 or 15574627. OLE color: 15574627.

HSL color Cylindrical-coordinate representation of color #63A6ED: hue angle of 210.87º degrees, saturation: 0.79, 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 #63A6ED is Cyan = 0.58, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB99166237-
CMYK0.580.3000.07
HSL210.87º79.31%65.88%-
HSV(B)210.87º58.23%92.94%-
XYZ34.0736.0485.28-
YUV154.06174.888.73-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 19.72%
GREEN value IS 166 (65.23% from 255) = 33.07%
BLUE value IS 237 (92.97% from 255) = 47.21%
R=19.72%
G=33.07%
B=47.21%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal991662370.580.3000.07210.8779.3165.88
Hex63A6ED3A1E07d34f42
Octal143246355723607323117102
Binary110001110100110111011011110101111001111101001110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63A6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,166,237); }

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

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

 a { background-color: rgb(99,166,237); }

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

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

 span { border-color: rgb(99,166,237); }

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