#56abff

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

Shades of Cornflower Blue #56ABFF

Tints of Cornflower Blue #56ABFF

Color information

#56ABFF (or 0x56ABFF) is unknown color: approx Cornflower Blue. HEX triplet: 56, AB and FF. RGB value is (86,171,255). Sum of RGB (Red+Green+Blue) = 86+171+255=512 (67% of max value = 765). Red value is 86 (33.98% from 255 or 16.80% from 512); Green value is 171 (67.19% from 255 or 33.40% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #56ABFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #56ABFF is #A95400. Grayscale: #9A9A9A. Windows color (decimal): -11097089 or 16755542. OLE color: 16755542.

HSL color Cylindrical-coordinate representation of color #56ABFF: hue angle of 209.82º 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 #56ABFF is Cyan = 0.66, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB86171255-
CMYK0.660.3300
HSL209.82º100%66.86%-
HSV(B)209.82º66.27%100%-
XYZ36.4538.32100.08-
YUV155.16184.3478.67-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 16.80%
GREEN value IS 171 (67.19% from 255) = 33.40%
BLUE value IS 255 (100% from 255) = 49.80%
R=16.80%
G=33.40%
B=49.80%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal861712550.660.3300209.8210066.86
Hex56ABFF422100d26443
Octal1262533771024100322144103
Binary101011010101011111111111000010100001001101001011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56abff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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