#55ABFB

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

Shades of Cornflower Blue #55ABFB

Tints of Cornflower Blue #55ABFB

Color information

#55ABFB (or 0x55ABFB) is unknown color: approx Cornflower Blue. HEX triplet: 55, AB and FB. RGB value is (85,171,251). Sum of RGB (Red+Green+Blue) = 85+171+251=507 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.77% from 507); Green value is 171 (67.19% from 255 or 33.73% from 507); Blue value is 251 (98.44% from 255 or 49.51% from 507); Max value from RGB is 251 - color contains mainly: blue. Hex color #55ABFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #55ABFB is #AA5404. Grayscale: #9A9A9A. Windows color (decimal): -11162629 or 16493397. OLE color: 16493397.

HSL color Cylindrical-coordinate representation of color #55ABFB: hue angle of 208.92º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55ABFB is Cyan = 0.66, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB85171251-
CMYK0.660.3200.02
HSL208.92º95.4%65.88%-
HSV(B)208.92º66.14%98.43%-
XYZ35.7238.0296.72-
YUV154.41182.5178.5-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 16.77%
GREEN value IS 171 (67.19% from 255) = 33.73%
BLUE value IS 251 (98.44% from 255) = 49.51%
R=16.77%
G=33.73%
B=49.51%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal851712510.660.3200.02208.9295.465.88
Hex55ABFB422002d15f42
Octal1252533731024002321137102
Binary1010101101010111111101110000101000000101101000110111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55ABFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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