Html Css Color HEX #56ACFF Cornflower Blue

📋 copy color: '#56ACFF'

red 86 ◦ green 172 ◦ blue 255

#56ACFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cornflower Blue #56ACFF

Tints of Cornflower Blue #56ACFF

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 value IS 0.66

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#56ACFF (or 0x56ACFF) is known color: 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

RGB 86 172 255 -
CMYK 0.66 0.33 0 0
HSL 209.47º 1% 0.67% -
HSV(B) 209.47º 0.66% 1% -
XYZ 36.64 38.7 100.15 -
YUV 155.75 184.01 78.25 -
System Red Green Blue C M Y K H S L
Decimal 86 172 255 0.66 0.33 0 0 209.47 1 0.67
Hex 56 AC FF 42 21 0 0 D1 64 43
Octal 126 254 377 102 41 0 0 321 144 103
Binary 1010110 10101100 11111111 1000010 100001 0 0 11010001 1100100 1000011

Color Harmonies of #56ACFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56ACFF

Black with #56ACFF

Text Example


Text Example

White with #56ACFF

Text Example


Text Example

HTML Codes & Css Web 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>