Html Css Color HEX #56ABFC Cornflower Blue

📋 copy color: '#56ABFC'

red 86 ◦ green 171 ◦ blue 252

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

Shades of Cornflower Blue #56ABFC

Tints of Cornflower Blue #56ABFC

RGB

 RED value IS 86 (33.98% from 255) = 16.9%

 GREEN value IS 171 (67.19% from 255) = 33.6%

 BLUE value IS 252 (98.83% from 255) = 49.51%

R = 16.9%
G = 33.6%
B = 49.51%

CMYK

 C value IS 0.66

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#56ABFC (or 0x56ABFC) is known color: Cornflower Blue. HEX triplet: 56, AB and FC. RGB value is (86,171,252). Sum of RGB (Red+Green+Blue) = 86+171+252=509 (67% of max value = 765). Red value is 86 (33.98% from 255 or 16.90% from 509); Green value is 171 (67.19% from 255 or 33.60% from 509); Blue value is 252 (98.83% from 255 or 49.51% from 509); Max value from RGB is 252 - color contains mainly: blue. Hex color #56ABFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #56ABFC is #A95403. Grayscale: #9A9A9A. Windows color (decimal): -11097092 or 16558934. OLE color: 16558934.

HSL color Cylindrical-coordinate representation of color #56ABFC: hue angle of 209.28º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #56ABFC is Cyan = 0.66, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 86 171 252 -
CMYK 0.66 0.32 0 0.01
HSL 209.28º 0.97% 0.66% -
HSV(B) 209.28º 0.66% 0.99% -
XYZ 35.97 38.13 97.56 -
YUV 154.82 182.84 78.91 -
System Red Green Blue C M Y K H S L
Decimal 86 171 252 0.66 0.32 0 0.01 209.28 0.97 0.66
Hex 56 AB FC 42 20 0 1 D1 61 42
Octal 126 253 374 102 40 0 1 321 141 102
Binary 1010110 10101011 11111100 1000010 100000 0 1 11010001 1100001 1000010

Color Harmonies of #56ABFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56ABFC

Black with #56ABFC

Text Example


Text Example

White with #56ABFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #56ABFC;
 }
 .AnyTagClassName
 {
   color: #56ABFC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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