#55ABFE

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

Shades of Cornflower Blue #55ABFE

Tints of Cornflower Blue #55ABFE

Color information

#55ABFE (or 0x55ABFE) is unknown color: approx Cornflower Blue. HEX triplet: 55, AB and FE. RGB value is (85,171,254). Sum of RGB (Red+Green+Blue) = 85+171+254=510 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.67% from 510); Green value is 171 (67.19% from 255 or 33.53% from 510); Blue value is 254 (99.61% from 255 or 49.80% from 510); Max value from RGB is 254 - color contains mainly: blue. Hex color #55ABFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #55ABFE is #AA5401. Grayscale: #9A9A9A. Windows color (decimal): -11162626 or 16690005. OLE color: 16690005.

HSL color Cylindrical-coordinate representation of color #55ABFE: hue angle of 209.47º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #55ABFE is Cyan = 0.67, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB85171254-
CMYK0.670.3300.00
HSL209.47º98.83%66.47%-
HSV(B)209.47º66.54%99.61%-
XYZ36.238.2199.23-
YUV154.75184.0178.25-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 16.67%
GREEN value IS 171 (67.19% from 255) = 33.53%
BLUE value IS 254 (99.61% from 255) = 49.80%
R=16.67%
G=33.53%
B=49.80%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal851712540.670.3300.00209.4798.8366.47
Hex55ABFE432100d16342
Octal1252533761034100321143102
Binary101010110101011111111101000011100001001101000111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55ABFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,171,254); }

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

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

 a { background-color: rgb(85,171,254); }

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

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

 span { border-color: rgb(85,171,254); }

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