#55A2EE

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

Shades of Cornflower Blue #55A2EE

Tints of Cornflower Blue #55A2EE

Color information

#55A2EE (or 0x55A2EE) is unknown color: approx Cornflower Blue. HEX triplet: 55, A2 and EE. RGB value is (85,162,238). Sum of RGB (Red+Green+Blue) = 85+162+238=485 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.53% from 485); Green value is 162 (63.67% from 255 or 33.40% from 485); Blue value is 238 (93.36% from 255 or 49.07% from 485); Max value from RGB is 238 - color contains mainly: blue. Hex color #55A2EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #55A2EE is #AA5D11. Grayscale: #939393. Windows color (decimal): -11164946 or 15639125. OLE color: 15639125.

HSL color Cylindrical-coordinate representation of color #55A2EE: hue angle of 209.8º degrees, saturation: 0.82, 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 #55A2EE is Cyan = 0.64, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB85162238-
CMYK0.640.3200.07
HSL209.8º81.82%63.33%-
HSV(B)209.8º64.29%93.33%-
XYZ32.133.9585.75-
YUV147.64178.9983.32-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 17.53%
GREEN value IS 162 (63.67% from 255) = 33.40%
BLUE value IS 238 (93.36% from 255) = 49.07%
R=17.53%
G=33.40%
B=49.07%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal851622380.640.3200.07209.881.8263.33
Hex55A2EE402007d2523f
Octal125242356100400732212277
Binary1010101101000101110111010000001000000111110100101010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,162,238); }

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

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

 a { background-color: rgb(85,162,238); }

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

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

 span { border-color: rgb(85,162,238); }

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