#56a7fe

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

Shades of Cornflower Blue #56A7FE

Tints of Cornflower Blue #56A7FE

Color information

#56A7FE (or 0x56A7FE) is unknown color: approx Cornflower Blue. HEX triplet: 56, A7 and FE. RGB value is (86,167,254). Sum of RGB (Red+Green+Blue) = 86+167+254=507 (67% of max value = 765). Red value is 86 (33.98% from 255 or 16.96% from 507); Green value is 167 (65.62% from 255 or 32.94% from 507); Blue value is 254 (99.61% from 255 or 50.10% from 507); Max value from RGB is 254 - color contains mainly: blue. Hex color #56A7FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #56A7FE is #A95801. Grayscale: #989898. Windows color (decimal): -11098114 or 16688982. OLE color: 16688982.

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

Color convert

RGB86167254-
CMYK0.660.3400.00
HSL211.07º98.82%66.67%-
HSV(B)211.07º66.14%99.61%-
XYZ35.5536.7798.99-
YUV152.7185.1680.43-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 16.96%
GREEN value IS 167 (65.62% from 255) = 32.94%
BLUE value IS 254 (99.61% from 255) = 50.10%
R=16.96%
G=32.94%
B=50.10%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal861672540.660.3400.00211.0798.8266.67
Hex56A7FE422200d36343
Octal1262473761024200323143103
Binary101011010100111111111101000010100010001101001111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56a7fe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,167,254); }

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

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

 a { background-color: rgb(86,167,254); }

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

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

 span { border-color: rgb(86,167,254); }

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