#55A4EC

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

Shades of Cornflower Blue #55A4EC

Tints of Cornflower Blue #55A4EC

Color information

#55A4EC (or 0x55A4EC) is unknown color: approx Cornflower Blue. HEX triplet: 55, A4 and EC. RGB value is (85,164,236). Sum of RGB (Red+Green+Blue) = 85+164+236=485 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.53% from 485); Green value is 164 (64.45% from 255 or 33.81% from 485); Blue value is 236 (92.58% from 255 or 48.66% from 485); Max value from RGB is 236 - color contains mainly: blue. Hex color #55A4EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #55A4EC is #AA5B13. Grayscale: #949494. Windows color (decimal): -11164436 or 15508565. OLE color: 15508565.

HSL color Cylindrical-coordinate representation of color #55A4EC: hue angle of 208.61º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55A4EC is Cyan = 0.64, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB85164236-
CMYK0.640.3100.07
HSL208.61º79.89%62.94%-
HSV(B)208.61º63.98%92.55%-
XYZ32.1634.5484.33-
YUV148.59177.3382.65-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 17.53%
GREEN value IS 164 (64.45% from 255) = 33.81%
BLUE value IS 236 (92.58% from 255) = 48.66%
R=17.53%
G=33.81%
B=48.66%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal851642360.640.3100.07208.6179.8962.94
Hex55A4EC401F07d1503f
Octal125244354100370732112077
Binary101010110100100111011001000000111110111110100011010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55A4EC; }

 p { color: rgb(85,164,236); }

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

<style>
 a { background-color: #55A4EC; }

 a { background-color: rgb(85,164,236); }

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

<style>
 span { border-color: #55A4EC; }

 span { border-color: rgb(85,164,236); }

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