#56ACFF

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

Shades of Cornflower Blue #56ACFF

Tints of Cornflower Blue #56ACFF

Color information

#56ACFF (or 0x56ACFF) is unknown color: approx Cornflower Blue. HEX triplet: 56, AC and FF. RGB value is (86,172,255). Sum of RGB (Red+Green+Blue) = 86+172+255=513 (67% of max value = 765). Red value is 86 (33.98% from 255 or 16.76% from 513); Green value is 172 (67.58% from 255 or 33.53% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #56ACFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #56ACFF is #A95300. Grayscale: #9B9B9B. Windows color (decimal): -11096833 or 16755798. OLE color: 16755798.

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

Color convert

RGB86172255-
CMYK0.660.3300
HSL209.47º100%66.86%-
HSV(B)209.47º66.27%100%-
XYZ36.6438.7100.15-
YUV155.75184.0178.25-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 16.76%
GREEN value IS 172 (67.58% from 255) = 33.53%
BLUE value IS 255 (100% from 255) = 49.71%
R=16.76%
G=33.53%
B=49.71%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal861722550.660.3300209.4710066.86
Hex56ACFF422100d16443
Octal1262543771024100321144103
Binary101011010101100111111111000010100001001101000111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56ACFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56ACFF; }

 p { color: rgb(86,172,255); }

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

<style>
 a { background-color: #56ACFF; }

 a { background-color: rgb(86,172,255); }

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

<style>
 span { border-color: #56ACFF; }

 span { border-color: rgb(86,172,255); }

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